Debian packaging for django-statsd-mozilla
Go to file
Victor Ng 34047e50e6 added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
django_statsd added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
docs added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
.gitignore added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
.travis.yml added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
LICENSE.rst license and readme updates 2011-12-22 09:22:42 -08:00
MANIFEST.in fix setup.py 2012-05-09 11:38:02 -07:00
README.rst fix for tests so they should work on travis ci 2012-06-20 13:58:58 +01:00
example.png clients, middleware and tests 2011-12-13 22:33:09 -08:00
optional.txt added a metlog backend for django-statsd (issue #11) 2012-09-12 13:33:25 -04:00
requirements.txt ugh, django too 2012-03-07 15:59:37 -08:00
setup.py version bump 2012-09-07 12:00:35 -07:00

README.rst

Django Statsd
=============

Integration between statsd and django. It allows you to use different clients,
sends timings as middleware and integrates with django debug toolbar.

Credits:

- jbalogh and jsocol for statsd and commonware, which I just ripped parts out
  of and put in here.
- robhudson for django-debug-toolbar

For more see our docs at: http://readthedocs.org/docs/django-statsd/en/latest/