A Django app that provides an admin interface and a manage.py command to clear the cache. Current version 1.2.1, supports Django 2.2+ and Python 3.7+. Maintained, low release cadence.
pip install django-clearcacheNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add 'django_clearcache' to INSTALLED_APPS, then use the management command or admin interface.
If you need selective clearing, consider writing a custom management command or using Django's cache.clear() on specific cache instances.
Test cache clearing behavior with your specific cache backend after upgrading Django.