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.4I 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