Django application that allows add funcionality to the django-debug-toolbar
Project description
Django Debug Toolbar Extra
Requeriments
Installation
After install Django Debug Toolbar add in your settings:
DEBUG_TOOLBAR_PANELS = ( ... 'debug_toolbar_extra.panels.PrintTemplateNamePanel', ... )
Development
You can get the last bleeding edge version of django debug toolbar extra by doing a checkout of its subversion repository:
svn co http://svnpub.yaco.es/djangoapps/debug_toolbar_extra/trunk/
0.0.2 (2012-08-09)
Works in Django 1.4
Documentation
0.0.1 (2011-08-23)
Initial version