When I try to run a chron job in django using the command
python manage.py runcrons
one error is displayed as shown below
$ python manage.py runcrons
No handlers could be found for logger "django_cron"
Does anyone have any ideas about this error? Any help is appreciated.
source
share