May 31, 2009
6:39 a.m.
On Sun, May 31, 2009 at 12:04 PM, Anand Balachandran Pillai <abpillai@gmail.com> wrote: [..]
Kenneth, something needs to be done to take care of errors gracefully without the default action of the Python traceback being printed. How does typical Django sites take care of this? I would think that they would have specific error templates for handing most web page errors.
I think it's running in 'development' mode and so prints tracebacks and application innards. In production mode, it'll probably show an HTTP Error 500 or something like that. -- ~noufal