Django Middleware for fixx
by Sarat Pediredla Under Add-ons, api, fixx, fixx hacksWe are no strangers to hacking at stuff here in the lab and we love building useful tools and add-ons using our own APIs. In that long running tradition, I wanted to announce a little pet project I started a few days ago.
fixx Django Middleware (I know it's original) is the aptly named middleware app for people who run Django sites/applications. It provides an exception handler in the middleware that allows you to log exceptions that occur in your Django instance directly to your fixx instance encouraging pro-active problem solving than waiting for visitors to report bugs in your Django site/app.
The middleware component does required fixx 1.8+ to work with. You can grab a copy of the code which is licensed under the BSD license and is free for you to modify.
Why not take a look at some of these other API-enabled tools/add-ons for fixx we are working on and even see if you can contribute?
- firefixx - Firefox extension for fixx
- fixx Track - Time logging for fixx
- Subversion integration with fixx
- Git integration with fixx
- Mercurial integration with fixx
Happy hacking!