django-clear-cache
django-clear-cache copied to clipboard
getting ModuleNotFoundError: No module named 'clear_cache after installing from pip
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