Debian packaging for django-statsd-mozilla
Go to file
Andy McKay 2ec1b01c3d fix setup.py 2012-05-09 11:38:02 -07:00
django_statsd update for latest djdt 2012-05-08 13:59:07 -07:00
docs fix setup.py 2012-05-09 11:38:02 -07:00
.gitignore add travis ci 2012-03-07 15:55:08 -08:00
.travis.yml add travis ci 2012-03-07 15:55:08 -08: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 move docs to read the docs 2012-04-27 17:32:46 -07:00
example.png clients, middleware and tests 2011-12-13 22:33:09 -08:00
requirements.txt ugh, django too 2012-03-07 15:59:37 -08:00
setup.py fix setup.py 2012-05-09 11:38:02 -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

Changes
-------

0.3:

- added in logging handler for logging error counts to stats

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