FogBugzMiddleware for Django

Wednesday, June 03, 2009 by Benjamin Pollack

Django is an increasingly popular Python web framework, being used by such companies as Google and the Washington Post. Django has a concept of “middleware,” which allows you to stash extra processors between your application and the low-level framework. Today, I took some time to write FogBugzMiddleware, a piece of Django middleware that allows you to automatically report 500 and internal 404 errors to your FogBugz install. Installing it takes just a few seconds, and will immediately allow you to start using FogBugz to manage your website’s crash reports.

You can download the software at http://bitbucket.org/bpollack/fogbugz-middleware/. The software is free for use and redistribution under a BSD license.

Categories: FogBugz
Actions: E-mail | Permalink