摘要: #测试APIView的request from rest_framework.views import APIView from rest_framework.response import Response from rest_framework import status from app.mo 阅读全文
posted @ 2020-09-25 20:06 亦木121 阅读(130) 评论(0) 推荐(0)
摘要: #测试APIView的request from rest_framework.views import APIView from rest_framework.response import Response from rest_framework import status from app.mo 阅读全文
posted @ 2020-09-25 16:50 亦木121 阅读(105) 评论(0) 推荐(0)
摘要: GenericAPIView 1、继承自APIView,为列表视图和详情视图添加了常用的行为和属性 1)行为(方法) get_queryset:获取queryset的数据集 get_serializer:获取serializer_class序列化器对象 get_object:根据lookup_fie 阅读全文
posted @ 2020-09-25 10:36 亦木121 阅读(171) 评论(0) 推荐(0)