Update default settings
This commit is contained in:
parent
f525e58e9d
commit
13a358ab31
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|||
SECRET_KEY = 'CHANGE_ME'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = [
|
||||
"127.0.0.1",
|
||||
|
|
@ -37,12 +37,12 @@ ALLOWED_HOSTS = [
|
|||
|
||||
# Admins receive server errors, this is useful to be notified of potential bugs
|
||||
ADMINS = [
|
||||
('erdnaxe', 'a+photo21@crans.org'),
|
||||
('admin', 'photos-admin@lists.crans.org'),
|
||||
]
|
||||
|
||||
# Managers receive notifications about new photos upload
|
||||
MANAGERS = [
|
||||
('moderation', 'photos@crans.org'),
|
||||
('moderation', 'photos-admin@lists.crans.org'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue