django-elmah

Django Error Logging Modules and Handlers


License
AGPL-3.0
Install
pip install django-elmah==1.1

Documentation

djELMAH

djELMAH catches unhandled exceptions in production-ready Django applications (i.e., DEBUG=False) and generates detailed error logs that can be saved locally and/or to any number of remote hosts.

Acknowledgments

  • Inspired by Elmah error logging for ASP.NET