reviewed changes

This commit is contained in:
ARvind Tiwari 2017-08-03 22:00:41 +05:30
commit 0993d8c106
7 changed files with 41 additions and 206 deletions

View file

@ -1,4 +1,4 @@
from .base import * # flake8: noqa
from .base import * # flake8: noqa
# List of people that get admin messages
ADMINS = ((x, x + "@ungleich.ch") for x in ["web-team"])
@ -7,7 +7,6 @@ DEBUG = False
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',