Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).