Re: Debugging: admin emails and showing local querysets in tracebacks

2008-03-08 Thread Ivan Sagalaev
Malcolm Tredinnick wrote: > > On Fri, 2008-03-07 at 21:03 -0800, Ken Arnold wrote: >> I just hacked together http://www.djangosnippets.org/snippets/631/ >> which includes the technical_500 error view page with the admin error >> email. I did this after seeing a Django site have lots of small erro

Re: Debugging: admin emails and showing local querysets in tracebacks

2008-03-08 Thread Malcolm Tredinnick
On Fri, 2008-03-07 at 21:03 -0800, Ken Arnold wrote: > I just hacked together http://www.djangosnippets.org/snippets/631/ > which includes the technical_500 error view page with the admin error > email. I did this after seeing a Django site have lots of small errors > that were difficult to track

Debugging: admin emails and showing local querysets in tracebacks

2008-03-07 Thread Ken Arnold
I just hacked together http://www.djangosnippets.org/snippets/631/ which includes the technical_500 error view page with the admin error email. I did this after seeing a Django site have lots of small errors that were difficult to track down because the traceback didn't have enough information. An