【发布时间】:2020-05-23 17:34:28
【问题描述】:
ViewSet、ModelViewSet和APIView有什么优势。在 django-rest-framework 文档中并不清楚,没有说明何时使用 ViewSet、ModelViewSet 和 APIView。我想实现一个 API,其中有一个业务逻辑,一个很好的数据处理业务逻辑,这种情况应该使用什么? 我研究了很多,对 routers 和 urlpatterns 有了一些了解,但我不明白关于视图的哪一个。
【问题讨论】:
标签: python django serialization django-rest-framework