deeprajsinha
Results
2
issues of
deeprajsinha
#### Environment & Versions * Operating system: heroku server * Python:3.6.8 * Django:2.2.2 * django-crontab:0.7.1 #### Settings * My `django-crontab` settings: ```python CRONJOBS = [ ('0 0 * * *',...
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...