Hi Daniel, On Tue, 30 Oct 2018 at 09:28, Daniel Cannon <[email protected]> wrote:
> Did you ever happen to find a solution for this? I'm encountering the same > problem. > I'm afraid not. I'm quite surprised that I never got any response. I have to say that I love the *rest_framework.documentation* module and its *include_docs_urls() *method, very few people seem to use this or know about it but I think it is even more attractive than swagger or any of the other third-party documentation modules. I always make it the root of my API. I think the big problem is that the DRF tutorial doesn't refer to the documentation module at all but defaults to using the, perhaps, inferior BrowsableAPIRender. That may be the reason I haven't had much in the way of a response. The documentation module is very well documented at: https://www.django-rest-framework.org/topics/documenting-your-api/ None of my colleagues have been aware of it and all use swagger or other third-party documentation modules. This is a hidden treasure in the DRF armament IMHO. Cheers, Doug -- The big print giveth and the small print taketh away. -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
