Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能以及如何实现内置 Web 可浏览 API 页面将提供带有指定参数字段的表单的 APIView 类?
通常,当您使用 ViewSet 附加到模型时,您会得到它。
如果您使用 GenericAPIView,可浏览的 API 将生成一个对应于所serializer_class使用的表单。
serializer_class