以下のコマンドを使用して django で chron ジョブを実行しようとしている場合
python manage.py runcrons
以下のような1つのエラーが表示されます
$ python manage.py runcrons
No handlers could be found for logger "django_cron"
このエラーについて何か考えがある人はいますか? どんな助けでも大歓迎です。
以下のコマンドを使用して django で chron ジョブを実行しようとしている場合
python manage.py runcrons
以下のような1つのエラーが表示されます
$ python manage.py runcrons
No handlers could be found for logger "django_cron"
このエラーについて何か考えがある人はいますか? どんな助けでも大歓迎です。