From 4459bc42dd6f4d45548d8d388e6f3e5773a318c6 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Wed, 12 Jun 2019 16:42:31 -0400 Subject: [PATCH] add django-redis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f503f6..ddc7fca 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-loginas](https://github.com/skorokithakis/django-loginas) - "Log in as user" for the Django admin - [django-model-utils](https://github.com/jazzband/django-model-utils) - Django model mixins and utilities - [django-organizations](https://github.com/bennylope/django-organizations/) - Multi-user accounts for Django projects +- [django-redis](https://github.com/niwinz/django-redis) - Full featured redis cache backend for Django - [django-reversion](https://github.com/etianen/django-reversion) - Version control for model instances - [django-rq](https://github.com/rq/django-rq) - Integration for Redis Queue - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view