Skip to main content

Patch and time some additional django libraries

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-statsd-patches-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page