Hey,

I'm having  a lot of problems with Django not printing error messages
when errors happen.  For example:
1. if the error 500 template is missing - django just prints 'template
missing', and doesn't print the actual error that caused the problem.
2. if i do make an error 500 template i don't know how to print to the
logs the actual error and print 'sorry, server problem' to the client
3. if an error happens in a template which is included from another
template - one just gets a cryptic message that an error happened when
rendering a template without any specifics about WHICH file did that
template come from.  This also causes a lot of frustration.

Any ways to overcome the above?  Or perhaps it's easy to fix?

regards

Reply via email to