Django-cron lets you run Django/Python code on a recurring basis proving basic plumbing to track and execute tasks.
Django-cron lets you run Django/Python code on a recurring basis proving basic plumbing to track and execute tasks.
The 2 most common ways in which most people go about this is either writing custom python scripts or a management command per cron (leads to too many management commands!).
Along with that some mechanism to track success, failure etc. is also usually necessary.
GitHub repo: https://github.com/Tivix/django-cron
Documentation: https://django-cron.readthedocs.io/en/latest/