Closed ernestoalejo closed 8 years ago
I've patched it by moving "from django_cron.models import CronJobLog" from global imports to local imports in the methods using CronJobLog (should_run_now and enter ) in django_cron__init__.py
+1
I created PR #71 for this
Thanks @eriktelepovsky - appreciate it. Will review it / merge today.
-Sumit
Merged into master, but want to refactor a bit.
https://pypi.python.org/pypi/django-cron/0.4.6 pushed with the fix.
In Django 1.9 you can no longer load any models on app startup.