Skip to content
Snippets Groups Projects
Unverified Commit 607e6b5c authored by Ben Adida's avatar Ben Adida Committed by GitHub
Browse files

Merge pull request #240 from millosolomillo/master

Getting from env ADMIN email and name
parents e0e1d1f1 ba296dcb
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,7 @@ DEBUG = (get_from_env('DEBUG', '1') == '1')
# add admins of the form:
# ('Ben Adida', 'ben@adida.net'),
# if you want to be emailed about errors.
ADMINS = (
)
ADMINS = (get_from_env('ADMIN_NAME', ''), get_from_env('ADMIN_EMAIL', ''))
MANAGERS = ADMINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment