Skip to content

How to regroup endpoints by namespace? #134

Open
@n37r06u3

Description

@n37r06u3

by name_parent is not good.

I write this
url(r'^api/v1/', include('game.urls', namespace='game')),
url(r'^api/v1/', include('myuser.urls', namespace='account')),

and the group name is 'api/v1'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions