Perhaps a better solution would be to vary based on request.is_ajax().

Alex

On Dec 2, 11:37 pm, kernel1983 <[EMAIL PROTECTED]> wrote:
> HTML debug page is good when you develop normal web page
>
> But when you debug ajax based web page with firebug, the HTML debug
> page is no good for you.
>
> I did some hack in django/views/debug.py
>
> I remove TECHNICAL_404_TEMPLATE TECHNICAL_500_TEMPLATE html tags and
> make it simple.
>
> I think we can have a configure key in settings in the future. The
> developers can choose which style of debug page to use, by which type
> application they're developing.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to