Metadata-Version: 1.0
Name: django-debug-toolbar-template-flamegraph
Version: 0.1.0
Summary: Template flamegraphs for Django Debug Toolbar
Home-page: http://github.com/inglesp/django-debug-toolbar-template-flamegraph
Author: Peter Inglesby
Author-email: peter.inglesby@gmail.com
License: License :: OSI Approved :: MIT License
Description: django-debug-toolbar-template-flamegraph
        ========================================
        
        This generates a [Flame Graph](http://www.brendangregg.com/flamegraphs.html) for the rendering of a template.
        
        It borrows a lot from 23andMe's [DjDT Flame Graph](https://github.com/23andMe/djdt-flamegraph).
        
        Setup
        -----
        
        * Install ``django-debug-toolbar-template-flamegraph`` via ``pip``
        * Add ``template_flamegraph`` to ``INSTALLED_APPS``
        * Add ``'template_flamegraph.TemplateFlamegraphPanel'`` to ``DEBUG_TOOLBAR_PANELS``
        
Platform: UNKNOWN
