I\'ve been working on a web app using Django, and I\'m curious if there is a way to schedule a job to run periodically.
Basically I just want to run through the dat
I personally use cron, but the Jobs Scheduling parts of django-extensions looks interesting.