django-planet
March 12, 2023

Introducing Django ClearCache 🤠🧹💰 - allows to clear cache via admin UI or command line

in blog timonweb.com
original entry Introducing Django ClearCache 🤠🧹💰 - allows to clear cache via admin UI or command line

I've been working with the Django cache recently. And while Django has exceptional caching capabilities, I was surprised to find out that it doesn't provide a simple way to manually clear a cache.

I checked online and found a couple of clear cache packages for Django, but all of them …

Read now