dj-rest-auth
dj-rest-auth copied to clipboard
Encapsulate all views into a viewset
It's better to let the user know, what API(s) we have in the API root page, so we should encapsulate all views into one viewset object.People just need to register it in the drf router.
@iMerica do you mind if I re-open this issue? I think this is important functionality and I can't think of any immediate downsides to doing this. I may be able to push a PR to implement this
👍
Have put up a draft PR for this, more info inside https://github.com/iMerica/dj-rest-auth/pull/400