parent
8ebf38b7a4
commit
129c446e86
|
@ -430,7 +430,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