fabiocaccamo/django-cache-cleaner

View on GitHub
cache_cleaner/metadata.py

Summary

Maintainability
A
0 mins
Test Coverage
__author__ = "Fabio Caccamo"
__copyright__ = "Copyright (c) 2024-present Fabio Caccamo"
__description__ = (
    "clear the entire cache or individual caches easily "
    "using the admin panel or management command."
)
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "django-cache-cleaner"
__version__ = "0.1.0"