Recent articles

1234567891011>

most discussed

random/recent

Pretty exception emails in Django

Nov. 28, 2007

I work on a high-traffic Django site at work, and desipite the rigorous testing and near-mathematical-perfection of my code, I occasionally receive exception notices. Usually the default Django exception email is enough to quickly track down the problem, but sometimes things are less clear. I find the Django 'debug mode' error pages extremely useful, given that they show context around the offending line and local variable values for every frame in the traceback. The standard ...

continue reading Pretty exception emails in Django