This is the default behavior.  If no pattern matches the URL from the
request, it will load and display "404.html".  This is assuming that
DEBUG=False.  If debug is set to True, then you will get a helpful
debug page.

On Apr 11, 1:07 pm, Brandon Taylor <[EMAIL PROTECTED]> wrote:
> Hi Everyone,
>
> Is there a way to define a catch-all route to send people to a 404
> page? Obviously I need to define a route that matches anything not
> previously defined, but am struggling with the RegEx to do so.
>
> Help appreciated!
> Brandon
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to