Open
Description
django-tasks
and django.tasks
should be able to exist at the same time in a given project. However, a task defined with django-tasks.task
should be usable with a connection and backend from django.tasks
(and vice versa).
I believe all of the use cases should pull from the connection, and thus the backend, however this will need verifying. If needs-be, we can stub out the internal connection to use the one from django.tasks
if it exists, however this may cause issues if there's an explicit need to use django-tasks
.
Metadata
Assignees
Labels
No labels
Activity