Skip to content

Commit

Permalink
Changed Admin Email to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhiiva committed Jun 26, 2020
1 parent ad690a6 commit 7997359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agagd/agagd/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

PROJECT_ROOT = os.environ['PROJECT_ROOT']

ADMINS = (
('Andrew Jackson', 'operations@usgo.org'),
)
ADMINS = [
('Admins', 'webmaster@usgo.org'),
]

MANAGERS = ADMINS

Expand Down

0 comments on commit 7997359

Please sign in to comment.