django-content-settings
django-content-settings copied to clipboard
Caching Backend
Make a current caching scheme as extendable backend, so in case when you don't like the way of caching signals work, and you want to rewrite it - the only thing you need to create a new backend and set it in settings.
The extension interface is:
- setting the key
- ...