Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/educreations/django-ormcache
An ORM cache for Django.
https://github.com/educreations/django-ormcache
Last synced: about 1 month 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 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T18:42:14.000Z (7 months ago)
- Last Synced: 2024-12-08T01:12:58.807Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 19
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-django-performance - django-ormcache - A cache manager mixin that provides some caching of objects for the ORM. (Caching / Tools)
README
# Django ORMCache
A cache manager mixin that provides some caching of objects for the ORM.
# Installation / Setup / Usage
TODO
# Testing
Run the tests with:
```
pip install -e .[tests]
tox
```# License
Copyright © 2024, Educreations, Inc under the [MIT](LICENSE).