Install with pip:
pip install django-app-metrics
Add
app_metrics
to yourINSTALLED_APPS
setting:INSTALLED_APPS = # ... 'app_metrics', )
Edit :ref:`settings` in your project's settings module to your liking
celery and django-celery must be installed, however if you do not wish to actually use celery you can simply set CELERY_ALWAYS_EAGER = True in your settings and it will behave as if celery was not configured.
Django 1.2 or higher required.