Hi,

I've defined the following in my root urls and also defined the
corresponding views and templates. The 404 handler picks up the
template correctly but the 500 handler doesn't. The control never
reaches the view function though apache logs report it as 500 server
error. Am I missing something here?

handler500 = 'error.views.display500'
handler404 = 'error.views.display404'

Regards,
Vamsy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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