commit
b57ee15b12
|
@ -436,7 +436,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…
Reference in New Issue