Metadata-Version: 2.0
Name: django-profiler-middleware
Version: 1.0
Summary: A profiler middleware for Django
Home-page: https://github.com/mysociety/django-profiler-middleware
Author: mySociety
Author-email: matthew@mysociety.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP

django-profiler-middleware
==========================

This piece of middleware enables you to see the profiler output for any URL by
adding a parameter to it. It then lets you reorder the profiler output without
having to recalculate.

Installation
------------

    $ pip install django-profiler-middleware

Then add ``django_profiler.middleware.ProfilerMiddleware`` to the end of your
``MIDDLEWARE_CLASSES``, and then add ``__prof__`` to your URL.


