>I'm having a lot of problems with Django not printing error messages >when errors happen. For example:
Just activate DEBUG=True in your settings file and possible TEMPLATE_DEBUG=True if you have templating errors and you should see what the exception is and where it is :-) bye, Georg

