Skip to content
Snippets Groups Projects
Commit e8ffdfac authored by Ben Adida's avatar Ben Adida
Browse files

remove my name from admins so I don't get emailed for random errors by...

remove my name from admins so I don't get emailed for random errors by people's Helios installations
parent 1e272ab3
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,10 @@ def get_from_env(var, default):
DEBUG = (get_from_env('DEBUG', '1') == '1')
TEMPLATE_DEBUG = DEBUG
# add admins of the form:
# ('Ben Adida', 'ben@adida.net'),
# if you want to be emailed about errors.
ADMINS = (
('Ben Adida', 'ben@adida.net'),
)
MANAGERS = ADMINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment