Hello Django. For quite a number of years now, huey has offered Django integration (management command + settings integration, as well as helpers for db conn mgmt and enqueueing tasks post-commit). As of 3.0.3, I've also added compatibility w/the new django.tasks APIs that landed in django 6. Everything in huey still works the same, but now it can speak the django tasks API, basically.
I was wondering if you all felt it would be a good candidate to add to this section of the ecosystem page: https://www.djangoproject.com/community/ecosystem/#tasks
Docs:
Thanks for continuing to make Django still the djbest web framework for python.
Hello Django. For quite a number of years now, huey has offered Django integration (management command + settings integration, as well as helpers for db conn mgmt and enqueueing tasks post-commit). As of 3.0.3, I've also added compatibility w/the new
django.tasksAPIs that landed in django 6. Everything in huey still works the same, but now it can speak the django tasks API, basically.I was wondering if you all felt it would be a good candidate to add to this section of the ecosystem page: https://www.djangoproject.com/community/ecosystem/#tasks
Docs:
Thanks for continuing to make Django still the djbest web framework for python.