mirror of
https://github.com/django/django.git
synced 2025-02-23 16:06:26 +00:00
commit
b57ee15b12
@ -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…
x
Reference in New Issue
Block a user