Metadata-Version: 1.0
Name: django-debug-toolbar-extra
Version: 0.0.2
Summary: Django application that allows add funcionality to the django-debug-toolbar
Home-page: https://tracpub.yaco.es/djangoapps/wiki/DjangoDebugToolbarExtra
Author: Yaco Sistemas S.L.
Author-email: pmartin@yaco.es
License: LGPL 3
Description: .. contents::
        
        ==========================
        Django Debug Toolbar Extra
        ==========================
        
        Requeriments
        ============
        
         * `Django Debug Toolbar <http://pypi.python.org/pypi/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/
        
        
        
        0.0.2 (2012-08-09)
        ------------------
        
         * Works in Django 1.4
         * Documentation
        
        0.0.1 (2011-08-23)
        ------------------
        
         * Initial version
Keywords: django,debug toolbar,debug,toolbar,panels
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
