diff --git a/photo21/settings.py b/photo21/settings.py index f6c0917..33d4a47 100644 --- a/photo21/settings.py +++ b/photo21/settings.py @@ -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'), ]