|
@ -50,7 +50,6 @@ import os |
|
|
SERVER_EMAIL = 'mamweb-test-errors@mam.mff.cuni.cz' |
|
|
SERVER_EMAIL = 'mamweb-test-errors@mam.mff.cuni.cz' |
|
|
ADMINS = [ |
|
|
ADMINS = [ |
|
|
('Petr Pecha', 'nejlepsitextovyeditorjevim@gmail.com'), |
|
|
('Petr Pecha', 'nejlepsitextovyeditorjevim@gmail.com'), |
|
|
('Tomas Gavenciak', 'gavento@gmail.com'), |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -59,5 +58,8 @@ ADMINS = [ |
|
|
SESSION_COOKIE_SECURE = True |
|
|
SESSION_COOKIE_SECURE = True |
|
|
CSRF_COOKIE_SECURE = True |
|
|
CSRF_COOKIE_SECURE = True |
|
|
|
|
|
|
|
|
|
|
|
# LOGGING |
|
|
|
|
|
|
|
|
|
|
|
LOGGING['loggers']['']['handlers'].extend('mail_admins') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|