fixing the base.py

This commit is contained in:
Natacha Quintero 2016-11-22 11:25:03 -04:30
parent 569dd1b9e5
commit addf3de67e
1 changed files with 1 additions and 3 deletions

View File

@ -181,9 +181,7 @@ CMS_TEMPLATES = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app',
'HOST': 'db',
'USER': 'app'
'NAME': 'app'
}
}