LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
cache_cleaner/__init__.py
cache_cleaner/admin.py
cache_cleaner/apps.py
cache_cleaner/metadata.py
cache_cleaner/models.py
cache_cleaner/locale/en/LC_MESSAGES/django.mo
cache_cleaner/locale/en/LC_MESSAGES/django.po
cache_cleaner/locale/it/LC_MESSAGES/django.mo
cache_cleaner/locale/it/LC_MESSAGES/django.po
cache_cleaner/management/__init__.py
cache_cleaner/management/commands/__init__.py
cache_cleaner/management/commands/clear_cache.py
cache_cleaner/migrations/0001_initial.py
cache_cleaner/migrations/__init__.py
django_cache_cleaner.egg-info/PKG-INFO
django_cache_cleaner.egg-info/SOURCES.txt
django_cache_cleaner.egg-info/dependency_links.txt
django_cache_cleaner.egg-info/top_level.txt
tests/test_admin.py
tests/test_commands_clear_cache.py
tests/test_metadata.py
tests/test_models.py