spring 5 without the notice box

This commit is contained in:
unknown 2016-12-05 11:24:46 -04:00
commit 402a6d001e
6 changed files with 182 additions and 33 deletions

View file

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