Skip to content

Commit

Permalink
Merge pull request #92 from EarthSchlange/change_email_address
Browse files Browse the repository at this point in the history
Changed Admin Email to [email protected]
  • Loading branch information
Michael Hiiva authored Jun 26, 2020
2 parents ad690a6 + 7997359 commit 3aa0dc8
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 3aa0dc8

Please sign in to comment.