Loading

摘要: 2个视图基类 # django 内置的View # drf 的APIView ,继承自View # GenericAPIView --两个重要的类属性: -queryset = Book.objects.all() # 要序列化的数据 -serializer_class = BookSerializ 阅读全文
posted @ 2022-06-18 17:08 香菜根 阅读(75) 评论(0) 推荐(0)