https://github.com/eventbrite/django-cache-machine
Automatic caching and invalidation for Django models through the ORM.
https://github.com/eventbrite/django-cache-machine
Last synced: 3 months ago
JSON representation
Automatic caching and invalidation for Django models through the ORM.
- Host: GitHub
- URL: https://github.com/eventbrite/django-cache-machine
- Owner: eventbrite
- License: bsd-3-clause
- Created: 2011-02-24T01:15:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T19:06:43.000Z (about 2 years ago)
- Last Synced: 2023-05-17T19:27:52.707Z (about 2 years ago)
- Language: Python
- Homepage: http://jbalogh.me/projects/cache-machine
- Size: 74.2 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
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.2 (currently on trunk). 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