How to generate Swagger documentation for Rest APIs in Django Rest Framework?
Unlike our last blog, where we used DRF’s Open API schema generation to auto-generate the API documentation, in this blog, we are going to use drf-yasg to auto-generate the Swagger documentation for our Rest APIs created with Django Rest Framework.
I...
blog.devjunction.in2 min read