Metadata-Version: 1.1
Name: django-debug-toolbar-template-profiler
Version: 1.0.1
Summary: Displays template rendering time on the timeline
Home-page: https://github.com/node13h/django-debug-toolbartemplate-profiler
Author: Sergej Alikov
Author-email: sergej.alikov@gmail.com
License: Simplified BSD License
Download-URL: https://pypi.python.org/pypi/django-debug-toolbar-template-profiler
Description: Django Debug Toolbar Template Profiler
        ======================================
        
        This panel displays time spent rendering each template and
        graphical respresentation on the timeline (see screenshot)
        
        
        Install
        =======
        
        - pip install django-debug-toolbar-template-profiler
        
        - Add 'template_profiler_panel.panels.template.TemplateProfilerPanel' to
          DEBUG_TOOLBAR_PANELS in your settings.py (see `how to add panel`_)
        - Add 'template_profiler_panel' to INSTALLED_APPS
        
        
        Screenshot
        ==========
        .. image:: screenshot.png
        
        
        .. _how to add panel: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
