Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Migrate away from pkg_resources #737

Closed tacerus closed 8 months ago

tacerus commented 8 months ago

Using pkg_resources as an API is deprecated. Migrate functionality to importlib.

GDay commented 8 months ago

Thanks for the PR.

There is a newer version, which already includes the fix: https://github.com/django-q2/django-q2 The creator of this repo gave me access to this repo and I will merge the two when I have a bit of time, therefore I will close this PR now. I appreciate the effort though!

tacerus commented 8 months ago

Thank you for the quick reply. I will take this into consideration.