You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the ecosystem page with Django Tasks changes. (#2519)
* Updated the ecosystem page with Django Tasks changes.
Changes the mention of django-tasks state that it's a backport
library. It also adds the two supported backends, db and RQ to
the page.
* Use the django tasks package names instead of human names.
— A lightweight task queue for Django applications, with an <ahref="https://python-rq.org/">RQ-based</a> backend, suitable for simple background task processing.
— A backport of <code>django.tasks</code> - Django's built-in <ahref="https://docs.djangoproject.com/en/stable/topics/tasks/">Tasks framework</a>.
0 commit comments