django-clear-cache icon indicating copy to clipboard operation
django-clear-cache copied to clipboard

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

Open deeprajsinha opened this issue 6 years ago • 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

deeprajsinha avatar Jun 13 '19 16:06 deeprajsinha