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

fix import in recent django #44

Closed tiagoboldt closed 9 years ago

tiagoboldt commented 9 years ago

Please confirm, just providing possible solution, lacks testing

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling bdb6754c8571494e91d3e020e97504cf174c4714 on tiagoboldt:patch-1 into d234a41c966c2cd479baa228aef4c7cbc2bc5c59 on Tivix:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling bdb6754c8571494e91d3e020e97504cf174c4714 on tiagoboldt:patch-1 into d234a41c966c2cd479baa228aef4c7cbc2bc5c59 on Tivix:master.

dfryta commented 9 years ago

Added support to Django 1.7.