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 = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'postgres',
|
||||
'USER': 'postgres',
|
||||
'HOST': 'db',
|
||||
|
|
Loading…
Reference in New Issue