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 :-)
Hello,I found a problem ,when i run the command
python manage.py runcrons
,my task just run one time and wouldn't run anymore. Here is My code:mobile/cron.py
settings.py
is there any problem with my code??