Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to regroup endpoints by namespace? #134

Open
n37r06u3 opened this issue Aug 27, 2016 · 1 comment
Open

How to regroup endpoints by namespace? #134

n37r06u3 opened this issue Aug 27, 2016 · 1 comment

Comments

@n37r06u3
Copy link

n37r06u3 commented Aug 27, 2016

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'

@fvlima
Copy link

fvlima commented Sep 2, 2016

I want the same. I saw this pull #48, but I not found a way to group the services by namespace yet. Is it possible to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants