Skip to main content

Manage stats within Redis for Django models

Project description

https://badge.fury.io/py/django-stats-redis.svg Requirements Status https://travis-ci.org/exolever/django-stats-redis.svg?branch=master https://codecov.io/gh/exolever/django-stats-redis/branch/master/graph/badge.svg https://sonarcloud.io/api/project_badges/measure?project=exolever_django-stats-redis&metric=alert_status https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat https://img.shields.io/badge/License-MIT-green.svg

Manage stats within Redis for Django models

Quickstart

Install stats:

pip install django-stats-redis

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'stats',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

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-stats-redis-0.1.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

django_stats_redis-0.1.1-py2.py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 2 Python 3

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