Closed Mark-Shine closed 11 years ago
Please check read me at main site:
sure ,i have read your instruction already , and did step by step as it says ,however ,it doesn't work.
ps.. i put "CRON_CLASSES"in setting.py is it alright ?
Yes. Add this into your settings file and fill up with path to your cron class, example:
CRON_CLASSES = [ "my_app.cron.MyCronJob", ]
So in my_app you have cron.py file with MyCronJob class.
ok i get it ~ thank you for help!
when i run "python manage.py runcrons" i get "make sure these are valid cron class name:[……]"
i have no idea about CRON_CLASSES