Something I\'ve had interest in is regularly running a certain set of actions at regular time intervals. Obviously, this is a task for cron, right?
Unfortunately, the In
https://github.com/andybak/django-cron
Triggered by a single cron task but all the scheduling and configuration is done in Python.