/django-memoize

An implementation of memoization technique for Django

Primary LanguagePythonOtherNOASSERTION

django-memoize

https://travis-ci.org/tvavrys/django-memoize.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://pythonhosted.org/django-memoize/.

Requirements

Django >= 1.4 is required.