cfpb / django-cache-tools

Tools to make caching easier in Django
Creative Commons Zero v1.0 Universal
12 stars 9 forks source link

Django Cache Tools

Build Status

Django Cache tools is a basic set of tools to built on top of the django cache framework to make it easier to use and add caching related features.

Tools included

Documentation

You can find the docs at http://django-cache-tools.readthedocs.org/.

Running the Tests

You can run the tests with via::

python runtests.py