Re: how to catch the errors throwed by django when django project deployed under fastcgi

2009-05-12 Thread feng Tang
James: i just need the the tracelogs, just like developing in django development server, when error happen, it will print traceback pointing where the error happen. but now i deploy my project in nginx + fastcgi mode, which i get is the nginx 5x.html saying 'Unhandled Exception', and nginx's

Re: how to catch the errors throwed by django when django project deployed under fastcgi

2009-05-12 Thread James Matthews
Can you please provide some more details? Where you are seeing the error. What is crashing,tracelogs etc.. Thanks James On Tue, May 12, 2009 at 3:38 PM, linvar wrote: > > hi everyone: >recently i deployed my django project under the nginx + django + > fastcgi mode, > > i upload my project t

how to catch the errors throwed by django when django project deployed under fastcgi

2009-05-12 Thread linvar
hi everyone: recently i deployed my django project under the nginx + django + fastcgi mode, i upload my project to the sever and i encounter 'Unhandled Exception throwed by app', but in my development enviroment no error happen. now i want to catche the django exception just like developmen