Better admin notification on uploads
This commit is contained in:
parent
73f80de794
commit
fbbb7651b1
2 changed files with 19 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue