Added Maddy to the list of Django Admins receiving error messages.
- Legacy-Id: 18612
This commit is contained in:
parent
44fb3452d2
commit
c296b0b594
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue