Sidebar Network

django-db-log Exception logging to a database in Django.

The Basics

Logs Django exceptions to your database handler.

Project Homehttp://code.google.com/p/django-db-log/
Grab the Repository – svn checkout http://django-db-log.googlecode.com/svn/trunk/
 

Recent Commits

  • 8 was committed 1 month, 2 weeks ago.
    merged newforms-admin branch with trunk
  • 6 was committed 3 months, 3 weeks ago.
    patch for #6: middleware fails to import
  • 4 was committed 4 months ago.
    Fix for issue #2; Added a setting to catch 404 errors: DBLOG_CATCH_404_ERRORS, defaults to False; Issue #4 patched in: is_resolved column in ErrorBatch
  • 3 was committed 6 months, 3 weeks ago.
    added distutils support
  • 2 was committed 6 months, 3 weeks ago.
    initial working code
  • 1 was committed 6 months, 3 weeks ago.
    Initial directory structure.