Why not to give ability to chose by the developer?

if settings.VERBOSE_DEBUG:
    as it is
else:
    tabbed view

or

DEBUG_VIEW = 'tabbed'
DEBUG_VIEW = 'default'
etc...

IMHO: DEBUG_VIEW is better and more extensible in future.


--
Matt Harasymczuk
http://www.matt.harasymczuk.pl

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/DCJeGXfO8s0J.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to