-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Hope to support django2.20+ #98
Comments
Work fine in my project powered by django2.2 |
Hi, @zmrenwu Can show us your setup? |
Worked for me with Django 2.2.4 |
@ashrafemad can show your code? |
CRONJOBS = [ CRONTAB_DJANGO_SETTINGS_MODULE = 'my_project.settings.staging' |
Does it still work on django2.2? |
I think yes, I've been using it for a while and no problems noticed |
Since I upgraded Python3.7 and django2.2, django-crontab doesn't work anymore, and it doesn't work if I use your configuration |
Environment & Versions
Details
Has the app been updated for a long time?
Currently django-crontab only supports django2.0 version.
I hope to support the newer version of django, such as django2.20+.
The text was updated successfully, but these errors were encountered: