kraiz / django-crontab

dead simple crontab powered job scheduling for django.
Other
846 stars 113 forks source link

Does it work in Django==3.1.2 ? #119

Open hemanth-sp opened 3 years ago

hemanth-sp commented 3 years ago

no logs are recoded

sindhujit1 commented 3 years ago

I have Python 3.6.8 and Django 2.2.16 and it works. Not sure about Django 3.

MarkMichon1 commented 3 years ago

Confirmed working with Python 3.9 and Django 3.1.6 with a test function adding a model to my DB every minute. 👍

Edit-By the way, this is on Ubuntu 20.04.

russellhoff commented 1 year ago

Yes it does. Working within a Django 3.2+Python 3.9