mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.6.x] Insert space.
Backport of 8eb51a8cf6 from master
This commit is contained in:
parent
8ebf38b7a4
commit
129c446e86
@ -430,7 +430,7 @@ other database types. This example is for PostgreSQL::
|
|||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE':'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||||
'NAME': 'mydatabase',
|
'NAME': 'mydatabase',
|
||||||
'USER': 'mydatabaseuser',
|
'USER': 'mydatabaseuser',
|
||||||
'PASSWORD': 'mypassword',
|
'PASSWORD': 'mypassword',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user