Software Details:
Version: 0.0.2
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 19
django-debug-toolbar-extra is a Django app that allows add functionality to the django-debug-toolbar.
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/
What is new in this release:
- Works in Django 1.4
- Documentation
Requirements:
- Python
- Django
- django-debug-toolbar
Comments not found