Merged pcoder/set_debug_false into pcoder-set_debug_false
This commit is contained in:
commit
1a7cefcc54
4 changed files with 26 additions and 15 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue