mirror of https://github.com/docker/docs.git
commit
cd496a3e36
|
@ -146,7 +146,7 @@ In this section, you set up the database connection for Django.
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'postgres',
|
'NAME': 'postgres',
|
||||||
'USER': 'postgres',
|
'USER': 'postgres',
|
||||||
'HOST': 'db',
|
'HOST': 'db',
|
||||||
|
|
Loading…
Reference in New Issue