Django-crontab +
Dead simple crontab powered job scheduling for django.
- Clearing sessions automatically [django]
- Renewing the compression of scss automatically [compressor]
- Expiring invitations of participants automatically [application]
- Sending announcements every 5 minutes [messages]
Simply create a django management command
and then add the command to the CRONJOBS
variable on the settings.py
.
- Integrate future cron jobs with this library.