Something is broken in your code. If you set DEBUG = True, you'll find out what. But since it's False, it is hiding that information for security reasons. It tries to display an error page to the browser, and it expects a template to exist called 500.html to show to your poor, out-of-luck user.

If you set up the ADMINS tuple in settings.py properly it should also e-mail you the detailed error information.

Shawn

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to