Skip to content
Snippets Groups Projects
Commit fcfba389 authored by Branson Stephens's avatar Branson Stephens
Browse files

Changed admin and admin email to Branson (e.g., myself), so that I can get...

Changed admin and admin email to Branson (e.g., myself), so that I can get emails when the live box throws a 500.
parent 75b86ff1
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ MAINTENANCE_MODE= False ...@@ -8,7 +8,7 @@ MAINTENANCE_MODE= False
EMAIL_HOST = 'gravity.phys.uwm.edu' EMAIL_HOST = 'gravity.phys.uwm.edu'
ADMINS = ( ADMINS = (
('Brian Moe', 'bmoe@gravity.phys.uwm.edu'), ('Branson Stephens', 'branson@gravity.phys.uwm.edu'),
) )
MANAGERS = ADMINS MANAGERS = ADMINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment