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 :-)
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.
I get the below error when executing python manage.py runcrons