我正在使用django-rest-framework==3.5.3
and django-rest-swagger==2.1.0
。我如何在swagger UI中拥有响应模型。
在get方法中我们可以看到http://petstore.swagger.io/#!/pet/findPetsByStatus响应模型。
就我而言,只有HTTP状态码。
有没有办法在django-rest-swagger中实现它?
---修改
我正在使用基于类的视图。模型显示了put,post,patch方法。