Skip to content

It doesn't work when I change the admin path #338

Open
@admmello

Description

@admmello

when I change the admin URL from

urlpatterns = [
    path('admin/', admin.site.urls),
    path('chaining/', include('smart_selects.urls')),
....

to

urlpatterns = [
    path('', admin.site.urls),
    path('chaining/', include('smart_selects.urls')),
....

django-smart-selects stops working. How can I fix this?

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