Skip to content
Snippets Groups Projects
Unverified Commit cc2c02e5 authored by millosolomillo's avatar millosolomillo Committed by GitHub
Browse files

Admin is extracted from ENV

parent ce3e0f6d
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,7 @@ TEMPLATE_DEBUG = DEBUG
# 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