Open jonkiparsky opened 2 years ago
According to https://github.com/Tivix/django-cron/releases/tag/v0.6.0 the last update was in May 2022 and one of the items was "django 4.0 support". so I would guess this project is still maintained.
Now there is a deprecation message for this library too:
RemovedInDjango51Warning: 'index_together' is deprecated. Use 'Meta.indexes' in 'django_cron.CronJobLog' instead.
I'd love to keep using this library as it is so much simpler than the rest. If there is release process in place and willingness to release a Django 5.1 compatible version, I'd be happy to contribute. However, my time is too valuable to put into a not maintained project.
Now that there has been radio silence for two years, I think it's safe to say that this project is abandoned 😞.
Or a good time to fork it ;) I'm very happy with this library and I'd like to be able to use it after Django 5.1
any input on the state of this project?
@JedrzejMaluszczak @rutu-tivix @jazownik-tivix @jaroslawkrol-tivix @MarcinMarczakTivixPL
FYI, I've forked it https://github.com/jorenham/django-cron, and have been using it successfully for quite a while now with django 4 and 5.
Would you be willing to package it and publish on pip?
@boskicthebrain Do you mean pypi?
You can currently already use pip with e.g. pip install git+https://github.com/jorenham/django-cron.git@bd586fe
.
Sure, but it is not optimal. I don't feel very comfortable using such packages in production, because they can easily vanish as opposed to true packages. Thanks for providing it anyway!
@boskicthebrain You could fork my fork, and pip install
it from there
I'm curious as to the state of this project, as your PyPI listing shows it as "deprecated" but I see recent evidence of active maintenance (a recent new release)
Can someone involved with the project give guidance on this? For example, do you expect it to be maintained going forward, are you accepting issues and pull requests, and generally is this a live effort?
Thanks!