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

Fixed one print statement for python3 #34

Closed Jyrno42 closed 9 years ago

Jyrno42 commented 10 years ago

Current version is failing at runcrons command since print syntax is wrong for python 3, made the appropriate change.

dfryta commented 9 years ago

Already fixed. Thanks!