[Django]-Can Django REST Swagger be used to generate static HTML documentation?

-1👍

Django REST Swagger allows you to generate documentation with swagger-ui. You can follow the example as a starting point.

Here is an example of documentation using swagger-ui: http://petstore.swagger.io/

Leave a comment