>From Django Part 3 tutorial:
"The 404 view is also called if Django doesn't find a match after
checking every regular expression in the URLconf."

The 404 default view in django is defined as:
def page_not_found(request, template_name='404.html'):

How can I change the value of the template_name parameter?

--

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