Insert space.
This commit is contained in:
parent
a2e3c96948
commit
8eb51a8cf6
|
@ -436,7 +436,7 @@ other database types. This example is for PostgreSQL::
|
|||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE':'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mydatabase',
|
||||
'USER': 'mydatabaseuser',
|
||||
'PASSWORD': 'mypassword',
|
||||
|
|
Loading…
Reference in New Issue