reviewed changes
This commit is contained in:
parent
3081786f0b
commit
0993d8c106
7 changed files with 41 additions and 206 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue