Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
Hi,
I think it would be nice to set user_time to cron_job_class be allow user to check the time for which the cron will run.
I did it just adding:
on 147 line from init.py.
Could you put it in thr project also, please?
Thank you!