logging-- email errors to developer mailing list
https://docs.djangoproject.com/en/1.9/topics/logging/#configuring-logging
When DEBUG is False:
The django.request and django.security loggers send messages with ERROR or CRITICAL level to AdminEmailHandler.
Get the AdminEmailHandler set up to send to the roomlist developer mailing list: http://lists.srct.gmu.edu/mailman/listinfo/roomlist
This is something needs to be set up in the production.py
settings, where debug is False.