MAINT: Update Admin list (#46)

Fixes #37
This commit is contained in:
Matthew Ryan Dillon 2018-02-05 04:51:45 -07:00 committed by GitHub
parent a482019a81
commit e01b3bf36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ EMAIL_BACKEND = env('DJANGO_EMAIL_BACKEND',
ADMINS = ( ADMINS = (
("""Matthew Ryan Dillon""", 'matthewrdillon@gmail.com'), ("""Matthew Ryan Dillon""", 'matthewrdillon@gmail.com'),
("""Amy Chandos""", 'Amy.Chandos@nau.edu'),
) )
MANAGERS = ADMINS MANAGERS = ADMINS