Django-Styleguide-Example
Django-Styleguide-Example copied to clipboard
Caching / Redis integration
It's a good idea to integrate cache in the Django Styleguide Example Project.
Most often we use Redis, so this can be the thing to do.
This will also require updating the docker setup, to include Redis.