|
|
@ -47,12 +47,18 @@ import os |
|
|
|
|
|
|
|
SERVER_EMAIL = 'mamweb-prod-errors@mam.mff.cuni.cz' |
|
|
|
ADMINS = [ |
|
|
|
('Tomas Gavenciak', 'gavento@ucw.cz'), |
|
|
|
('Petr Pecha', 'nejlepsitextovyeditorjevim@gmail.com'), |
|
|
|
('Matěj Kocián', 'matej.kocian@gmail.com'), |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
# SECURITY: only send sensitive cookies via HTTPS |
|
|
|
|
|
|
|
SESSION_COOKIE_SECURE = True |
|
|
|
CSRF_COOKIE_SECURE = True |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# LOGGING = { |
|
|
|
# 'version': 1, |
|
|
|
# 'disable_existing_loggers': True, |
|
|
|