An implementation of memoization technique for Django views and templates. Current version 2.3.1, with infrequent releases.
pip install django-memoizeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decorate a function with @memoize(seconds) to cache its result for the given number of seconds.
Use Django's cache framework directly if cross-process caching is required.
Consider using Django's built-in caching or other actively maintained memoization libraries.
Run 'pip install django-memoize' and then import as 'from memoize import memoize'.
No dependency data recorded yet.