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 :-)
it seems that this project is being maintained again after some time of hiatus because 0.6.0 was recently released.
But if one looks at the README.rst there's still the note that the project is unmaintained. The same applies if one looks at the entry of django-cron at PyPI.
If this project is maintained then it would make sense to update the README.rst.
Hi,
it seems that this project is being maintained again after some time of hiatus because 0.6.0 was recently released.
But if one looks at the
README.rst
there's still the note that the project is unmaintained. The same applies if one looks at the entry ofdjango-cron
at PyPI.If this project is maintained then it would make sense to update the
README.rst
.