On 2/17/07, akonsu <[EMAIL PROTECTED]> wrote:
>
> hello,
>
> the tutorial on djangoproject.com explains how to set up views
> generating error pages for responses such as 404 or 500. is there a
> way to use mod_python functionality and make apache serve its own
> error pages? in case when it is running under mod_python of course. or
> is it against django design goals?

django tries to handle all its errors on its own. Only if there is
some error in django itself does the error get propagated to
mod_python...

>
> thanks
> konstantin
>
>
> >
>


-- 
Honza Kr�l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
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