Skip to content

Commit

Permalink
chore: abstract ADMINS (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Mar 16, 2023
1 parent ab63eb0 commit 39be6da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,9 @@
# Domain name of the IETF
IETF_DOMAIN = 'ietf.org'

# Overriden in settings_local
ADMINS = [
# ('Henrik Levkowetz', '[email protected]'),
('Robert Sparks', '[email protected]'),
# ('Ole Laursen', '[email protected]'),
('Ryan Cross', '[email protected]'),
('Glen Barney', '[email protected]'),
('Maddy Conner', '[email protected]'),
('Kesara Rathnayaka', '[email protected]'),
('Tools Help', '[email protected]'),
] # type: List[Tuple[str, str]]

BUG_REPORT_EMAIL = "[email protected]"
Expand Down

0 comments on commit 39be6da

Please sign in to comment.