resolve base.py conflict
This commit is contained in:
parent
5e51fa6dbf
commit
fbbee2839c
6 changed files with 98 additions and 51 deletions
|
|
@ -1,15 +1,9 @@
|
|||
from .base import *
|
||||
|
||||
REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='dynamicweb-development.ungleich.ch',slug='{slug}')
|
||||
ALLOWED_HOSTS = [
|
||||
"*"
|
||||
]
|
||||
|
||||
# DATABASES = {
|
||||
# 'default': {
|
||||
# 'ENGINE': 'django.db.backends.sqlite3',
|
||||
# 'NAME': 'app.db',
|
||||
# }
|
||||
# }
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
||||
CACHES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue