Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 350 Bytes

File metadata and controls

26 lines (15 loc) · 350 Bytes

Django ORMCache

A cache manager mixin that provides some caching of objects for the ORM.

https://pypi.org/project/django-ormcache/

Installation / Setup / Usage

pip install django-ormcache

Testing

Run the tests with:

pip install -e .[tests]
tox

License

Copyright © 2025, Educreations, Inc under the MIT.