March 12, 2023

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