摘要: django rest_framework中GenericAPIView配合拓展类mixin或者视图集viewset可以复用其代码,减少自己编写的代码量。下面我要实现自己的视图类,以减少代码量新建一个myView.py from collections import OrderedDict from 阅读全文
posted @ 2023-05-25 09:52 Wchime 阅读(568) 评论(0) 推荐(0)