Skip to content

Use Django implementation when it's available #20

Open
@RealOrangeOne

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions