django-rest-framework-docs icon indicating copy to clipboard operation
django-rest-framework-docs copied to clipboard

How to regroup endpoints by namespace?

Open n37r06u3 opened this issue 9 years ago • 1 comments

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'

n37r06u3 avatar Aug 27 '16 07:08 n37r06u3

I want the same. I saw this pull https://github.com/manosim/django-rest-framework-docs/pull/48, but I not found a way to group the services by namespace yet. Is it possible to do this?

fvlima avatar Sep 02 '16 12:09 fvlima