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

Latest changes #15

Closed dfryta closed 11 years ago

dfryta commented 11 years ago

Replaced order_by() by latest() in __should_run_now method.

chachra commented 11 years ago

Looks good. Please update changelog, update minor version in setup.py and push to pypi.