Skip to content

django_rq.urls must always be imported #759

Description

@alexandernst

The README states that django-rq is automatically integrated in django admin without any additional configuration.
This is incorrect. django-rq's urls must be always included somehow (no matter what the binding endpoint is), otherwise routes won't be registered and attempting to access the queues in django admin will throw the following error:

Image

Adding path('admin/django_rq/', include('django_rq.urls')) to the urlpatterns fixes the issue.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions