Skip to content

232136813/django-cache-machine

 
 

Repository files navigation

Cache Machine

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

For full docs, see https://cache-machine.readthedocs.org/en/latest/.

image

image

Requirements

Cache Machine works with Django 1.4-1.8 and Python 2.6, 2.7, 3.3 and 3.4.

Installation

Get it from pypi:

pip install django-cache-machine

or github:

pip install -e git://github.com/django-cache-machine/django-cache-machine.git#egg=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

About

Automatic caching and invalidation for Django models through the ORM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%