Hi, I went through this documentation for setting up Browsable API but it says to implement this:
from rest_framework.documentation import include_docs_urls But i am getting module include_docs_urls not found I am using python 3.5.4 & djangorestframework 3.5.4 I want to achieve API documentation for function based views using django 1.10.5 & python 3.5. Can anyone please help me to solve this ? Thanks alot -- 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.
