Added Maddy to the list of Django Admins receiving error messages.

- Legacy-Id: 18612
This commit is contained in:
Henrik Levkowetz 2020-10-12 16:59:27 +00:00
parent 44fb3452d2
commit c296b0b594

View file

@ -48,6 +48,7 @@ ADMINS = [
# ('Ole Laursen', 'olau@iola.dk'),
('Ryan Cross', 'rcross@amsl.com'),
('Glen Barney', 'glen@amsl.com'),
('Maddy Conner', 'maddy@amsl.com'),
] # type: List[Tuple[str, str]]
BUG_REPORT_EMAIL = "datatracker-project@ietf.org"