Check out the documentation on URL configuration, if you need something more customized than the default 404.html template. (You don't need to write a special regex for 404 situations, but you could just use, as the *absolute last* pattern something like r'^.*$' (I think).
For the most part, floguy is right--you don't need to worry about customizing this stuff. Just make an appropriate template. http://www.djangoproject.com/documentation/url_dispatch/#handler404 On Fri, Apr 11, 2008 at 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 -~----------~----~----~----~------~----~------~--~---