I\'m using Django REST Framework v3.6 built-in interactive documentation django_rest_framework.documentation
(not django-rest-swagger
One important thing was not still covered. It is true that a description comes from the help_text
attribute, but this is not enough. I have found that the schema generator rely on view's queryset attribute to determine a model. So, keep in mind that you need define it even if you don't need it. For example in case of using APIView
.