fixing the base.py
This commit is contained in:
parent
569dd1b9e5
commit
addf3de67e
1 changed files with 1 additions and 3 deletions
|
@ -181,9 +181,7 @@ CMS_TEMPLATES = (
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'app',
|
||||
'HOST': 'db',
|
||||
'USER': 'app'
|
||||
'NAME': 'app'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue