We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run "python manage.py runcrons" i get "make sure these are valid cron class name:[……]"
i have no idea about CRON_CLASSES
The text was updated successfully, but these errors were encountered:
Please check read me at main site:
https://github.com/Tivix/django-cron#installation
Sorry, something went wrong.
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!
No branches or pull requests
when i run "python manage.py runcrons"
i get "make sure these are valid cron class name:[……]"
i have no idea about CRON_CLASSES
The text was updated successfully, but these errors were encountered: