Skip to content

jnormore/django-cache-machine

This branch is 5 commits ahead of, 183 commits behind django-cache-machine/django-cache-machine:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f8881d · Mar 30, 2014
Mar 30, 2014
Nov 9, 2013
Nov 9, 2013
Mar 30, 2014
Apr 12, 2013
Nov 16, 2013
Feb 9, 2010
Feb 9, 2010
Mar 27, 2013
Sep 28, 2012
Apr 12, 2013
Feb 9, 2010

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/.

https://travis-ci.org/jbalogh/django-cache-machine.png

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

About

Automatic caching and invalidation for Django models through the ORM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%