cache_cleaner/metadata.py
__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"