I went through DRF 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 want to achieve API documentation for function based views using django 1.10.5 & python 3.5.& Django rest framework 3.5.4
Can anyone please help me to solve this ?
Thanks alot