Skip to content

Why the admin url name for PartnerDetail view has no admin prefix? #349

@workfromhome2024

Description

@workfromhome2024

In url.py file, the two urls:

path("partners/", PartnerList.as_view(), name="admin-partner-list"),
path("partners/int:pk/", PartnerDetail.as_view(), name="partner-detail"),

Why not use "admin-partner-detail" as url name?

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