Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 815 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 815 Bytes

django-memoize

https://travis-ci.org/tvavrys/django-memoize.svg?branch=master https://coveralls.io/repos/github/tvavrys/django-memoize/badge.svg?branch=master

django-memoize is an implementation of memoization technique for Django. You can think of it as a cache for function or method results.

Documentation

Documentation is available at http://django-memoize.readthedocs.io/en/latest/.

Requirements

Latest supported Django versions. See tox.ini.