rdegges/django-clear-cache

getting ModuleNotFoundError: No module named 'clear_cache after installing from pip

Opened this issue · 0 comments

ModuleNotFoundError: No module named 'clear_cache error after installing through pip install django-clear-cache : and INSTALLED_APPS = (
# ...
'clear_cache',
)

while running python manage.py runserver getting the following error
ModuleNotFoundError: No module named 'clear_cache