Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 852 Bytes

README.rst

File metadata and controls

39 lines (22 loc) · 852 Bytes

Cache Machine

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

For full docs, see http://jbalogh.me/projects/cache-machine.

Requirements

Cache Machine requires Django 1.3. It was written and tested on Python 2.6.

Installation

Get it from pypi:

pip install django-cache-machine

or github:

pip install -e git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine

Running Tests

Get it from github:

git clone git://github.com/jbalogh/django-cache-machine.git
cd django-cache-machine
pip install -r requirements.txt
fab test