Jun 272009
TemplateDoesNotExist: 500.html This error means that you don't have a template for displaying the "internal server error" message. Try to set DEBUG = TRUE in settings.py
TemplateDoesNotExist: 500.html This error means that you don't have a template for displaying the "internal server error" message. Try to set DEBUG = TRUE in settings.py

If there is 500.html, then you will meet internal error page.
If you want to know what caused error, you still want to set
DEBUG = TRUE
in settings.py
If you don’t specify the template path properly in settings file , this error will come.
Check the setting file exists or not