changed ADMIN email to admin@mitx.mit.edu

This commit is contained in:
David Ormsbee
2012-02-10 18:58:35 -05:00
parent 091a45dc0c
commit a50d3d7f91

View File

@@ -55,7 +55,7 @@ DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
('Piotr Mitros', 'staff@csail.mit.edu'),
('MITx Admins', 'admin@mitx.mit.edu'),
)
MANAGERS = ADMINS