Metadata-Version: 1.1
Name: django-statsd-patches
Version: 0.0.1
Summary: Patch and time some additional django libraries
Home-page: https://github.com/streeter/django-statsd-patches
Author: Chris Streeter
Author-email: chris@chrisstreeter.com
License: BSD
Description: Django Statsd Patches
        =====================
        
        These patches are designed to be used with django-statsd-mozilla_.
        
        Installation
        ------------
        
        From pypi::
        
                pip install django-statsd-patches
        
        This should install the requirement of django-statsd-mozilla_, but if not,
        you can install that with::
        
                pip install django-statsd-mozilla
        
        
        Usage
        -----
        
        The monkeypatches need to be installed to work. To get them installed,
        add the following to your settings.py::
        
                STATSD_PATCHES = [
                        'django_statsd_patches.patches.template',
                        'django_statsd_patches.patches.redis_timing',
                ]
        
        
        Changes
        -------
        
        0.0.1:
        
        - First version
        
        
        .. _django-statsd-mozilla: https://github.com/andymckay/django-statsd
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
