Set errors@humbughq.com to be the administrator email.

(imported from commit cd0c2894f5c8ff8039623e8eec645c11f1914fc9)
This commit is contained in:
Tim Abbott 2013-05-16 17:21:13 -04:00 committed by Leo Franchi
parent c325794f3c
commit d929c8351e

View File

@ -25,7 +25,7 @@ else:
ALLOWED_HOSTS = ['localhost']
ADMINS = (
('Devel', 'devel@humbughq.com'),
('Humbug Error Reports', 'errors@humbughq.com'),
)
MANAGERS = ADMINS