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

py3k fixes #110

Closed Kuznitsin closed 6 years ago

Kuznitsin commented 7 years ago

Buffering off allowed only in binary mode.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 89.621% when pulling 4b9c273a8dab8695263add6b8481bc0c65e07e52 on Kuznitsin:master into db4a5cc3c8eb289b306e4798761e11b7d63aae4c on Tivix:master.