Sidebar Network

django-cron A Django application that will run cron jobs for other django apps.

 

Recent Commits

  • 4 was committed 6 months, 3 weeks ago.
    Added a check so that the cron only processes once per session per users. Since most jobs are only going to be run once every 24 hours no point in running though the whole process on each page load for each user, that just adds excess time to each page load.
  • 3 was committed 6 months, 3 weeks ago.
    changed back to staticmethod
  • 2 was committed 6 months, 3 weeks ago.
    Initial Commit
  • 1 was committed 6 months, 3 weeks ago.
    Initial directory structure.