Kronos 0.2.2

Kronos is a Django app that makes it easy to define and schedule tasks with cron.UsageDefine tasksKronos collects tasks from cron modules in your project root and each of your applications:# app/cron.pyimport kronos@kronos.register('0 0 * * *')def...