Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
900 stars 193 forks source link

Model class django_cron.models.CronJobLog doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS #62

Closed farirat closed 9 years ago

farirat commented 9 years ago

I get the below error when executing python manage.py runcrons

... venv/local/lib/python2.7/site-packages/django_cron/models.py:4: 
RemovedInDjango19Warning: Model class django_cron.models.CronJobLog 
doesn't declare an explicit app_label and either isn't in an application in 
INSTALLED_APPS or else was imported before its application was loaded. This 
will no longer be supported in Django 1.9.
chachra commented 9 years ago

Its more of a warning, should be looked into for future Django compat.

angvp commented 9 years ago

duplicate of #59 (fixed)

maciej-jaworski commented 9 years ago

Duplicate as stated.