Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tdr-autosync/mi-lib-django_memoize

An implementation of memoization technique for Django
https://github.com/tdr-autosync/mi-lib-django_memoize

Last synced: 3 months ago
JSON representation

An implementation of memoization technique for Django

Awesome Lists containing this project

README

        

django-memoize
==============

.. image:: https://travis-ci.org/tvavrys/django-memoize.svg?branch=master
:target: https://travis-ci.org/tvavrys/django-memoize
.. image:: https://badge.fury.io/py/django-memoize.svg
:target: http://badge.fury.io/py/django-memoize
.. image:: https://coveralls.io/repos/github/tvavrys/django-memoize/badge.svg?branch=master
:target: https://coveralls.io/github/tvavrys/django-memoize?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`.