https://github.com/albertomr86/drf-mongoengine-cache
Easy to use cache framework for django-rest-framwork with MongoEngine models
https://github.com/albertomr86/drf-mongoengine-cache
cache django-framework django-rest-framework mongoengine
Last synced: 3 months ago
JSON representation
Easy to use cache framework for django-rest-framwork with MongoEngine models
- Host: GitHub
- URL: https://github.com/albertomr86/drf-mongoengine-cache
- Owner: albertomr86
- Created: 2017-12-20T06:58:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T04:44:59.000Z (over 7 years ago)
- Last Synced: 2025-02-19T12:51:53.754Z (3 months ago)
- Topics: cache, django-framework, django-rest-framework, mongoengine
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drf-mongoengine-cache
Easy to use cache framework for django-rest-framwork with MongoEngine models**Acknowledgments**
This package is strongly based on package [django-rest-framework-cache](https://github.com/Onyo/django-rest-framework-cache), with soome particular changes.