Merge pull request #271 from DavidRabel-b1/patch-1

Update django.md
This commit is contained in:
John Mulhausen 2016-10-19 10:47:55 -07:00 committed by GitHub
commit cd496a3e36
1 changed files with 1 additions and 1 deletions

View File

@ -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',