Better admin notification on uploads

This commit is contained in:
Alexandre Iooss 2022-04-17 10:13:53 +02:00
parent 73f80de794
commit fbbb7651b1
2 changed files with 19 additions and 20 deletions

View file

@ -42,11 +42,6 @@ ADMINS = [
("admin", "photos-admin@lists.crans.org"),
]
# Managers receive uploads notification
MANAGERS = [
('admin', 'photos-admin@lists.crans.org'),
]
# Use secure cookies in production
SESSION_COOKIE_SECURE = not DEBUG
CSRF_COOKIE_SECURE = not DEBUG