spring 5 without the notice box
This commit is contained in:
parent
855c8f1140
commit
402a6d001e
6 changed files with 182 additions and 33 deletions
|
|
@ -181,8 +181,9 @@ CMS_TEMPLATES = (
|
|||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'app'
|
||||
|
||||
'NAME': 'app',
|
||||
'USER': 'app',
|
||||
'HOST': 'db'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue