Merged pcoder/set_debug_false into pcoder-set_debug_false

This commit is contained in:
PCoder 2017-07-07 04:47:15 +05:30
commit 1a7cefcc54
4 changed files with 26 additions and 15 deletions

View file

@ -7,6 +7,13 @@ DEBUG = False
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
}
# MANAGERS = ADMINS
REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='digitalglarus.ungleich.ch',