Re: Automatic error reporting to admin email

2007-10-27 Thread Malcolm Tredinnick
On Sat, 2007-10-27 at 14:39 -0700, RichardH wrote: > > On Oct 27, 11:51 am, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > On Sat, 2007-10-27 at 08:39 +, Daybreaker wrote: > > > I'm developing & administrating a django-powered website. > > > It's still in beta phase, so some errors are f

Re: Automatic error reporting to admin email

2007-10-27 Thread RichardH
On Oct 27, 11:51 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sat, 2007-10-27 at 08:39 +, Daybreaker wrote: > > I'm developing & administrating a django-powered website. > > It's still in beta phase, so some errors are found by users. > > > I want to make an automatic error reportin

Re: Automatic error reporting to admin email

2007-10-27 Thread Malcolm Tredinnick
On Sat, 2007-10-27 at 08:39 +, Daybreaker wrote: > I'm developing & administrating a django-powered website. > It's still in beta phase, so some errors are found by users. > > I want to make an automatic error reporting system. How can I handle > 500 internal server error or exceptions 'somew

Automatic error reporting to admin email

2007-10-27 Thread Daybreaker
I'm developing & administrating a django-powered website. It's still in beta phase, so some errors are found by users. I want to make an automatic error reporting system. How can I handle 500 internal server error or exceptions 'somewhere' in my code? --~--~-~--~~~--