https://github.com/educreations/django-ormcache
An ORM cache for Django.
https://github.com/educreations/django-ormcache
Last synced: 5 months ago
JSON representation
An ORM cache for Django.
- Host: GitHub
- URL: https://github.com/educreations/django-ormcache
- Owner: educreations
- License: mit
- Created: 2013-09-18T00:22:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-07-27T02:19:40.000Z (6 months ago)
- Last Synced: 2025-08-13T20:37:47.510Z (5 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE).