Cache Machine

Cache Machine provides automatic caching and invalidation for Django models through the ORM.

Requirements

Cache Machine works with Django 1.8-1.11 and Python 2.7, 3.4, 3.5 and 3.6.

Installation

Get it from pypi _::

pip install django-cache-machine

Running Tests

Get it from github _::

git clone git://github.com/django-cache-machine/django-cache-machine.git
cd django-cache-machine
pip install -r requirements/py3.txt  # or py2.txt for Python 2
python run_tests.py

GitHub