Re: Adding username to the 500 error emails

2010-10-25 Thread Sid
See http://gist.github.com/646372 , which also uses process_exception handler. -Sid http://sidmitra.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from th

RE: Adding username to the 500 error emails

2010-09-17 Thread Henrik Genssen
Hi, add a middleware class and write a def process_exception(self, request, exception): function where you send the mail yourself. look at http://bitbucket.org/ashcrow/django-error-capture-middleware to get an idea, of how to preceed errors yourself... regards Hinnack >reply to message: >da