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โฆ
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 were too old, and you could only clear cache via the command line.
At the same time, I wanted a package to do the following:
- give me the ability to choose a cache I want to clear (Django can have as many cache names/backends as you wish);
- allow me to clear cache via admin UI by a click on a button;
- allow me to clear cache via
manage.pycommand so I could integrate it into CI/CD pipeline.
โฆ and a few hours later, I came up with the Django ClearCache package that you can now install and use:
pip install django-clearcache
It checks all the points above, hereโs how the UI part looks:

Find the repo here: https://github.com/timonweb/django-clearcache.
Hey, if youโve found this useful, please share the post to help other folks find it:
In Plain English
Thank you for being a part of our community! Before you go:
- Be sure to clap and follow the writer! ๐
- You can find even more content at **PlainEnglish.io ๐**
- Sign up for our **free weekly newsletter**. ๐๏ธ
- Follow us on **Twitter(X**), ***LinkedIn, [YouTube](https://www.youtube.com/channel/UCtipWUghju290NWcn8jhyAw), and [Discord](https://discord.gg/in-plain-english-709094664682340443).***
๋ฉํ๋ฐ์ดํฐ
- post_id
- 9a87f3ab5070
- slug
- introducing-django-clearcache-allows-to-clear-cache-via-admin-ui-or-command-line-9a87f3ab5070
- url
- https://medium.com/dajngo/introducing-django-clearcache-allows-to-clear-cache-via-admin-ui-or-command-line-9a87f3ab5070
- canonical_url
- https://medium.com/dajngo/introducing-django-clearcache-allows-to-clear-cache-via-admin-ui-or-command-line-9a87f3ab5070
- author_url
- https://medium.com/@syscrews
- status
- ok
- fetched_at
- 2026-08-19 12:59:55