Alright, it seems this already sort of exists, ignore me ;)
On Apr 11, 11:34 am, David Cramer <[EMAIL PROTECTED]> wrote:
> I'd like to offer a solution to many problems I've had, directing the
> error handlers where I want them to go:
>
> - I want to be able to choose what templates they render
> - I want them to be able to work with Jinja ;)
>
> I was thinking that something along the lines of this could be done:
>
> 404_HANDLER = 'django.generic.views.errors.404'
> 500_HANDLER = 'django.generic.views.errors.500'
>
> Or something similar.
>
> This could then just be changed to point to your own custom view. So
> for example, if I wanted to redirect all 404's to the homepage, I
> could.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---