摘要:
小练习 新建一个django项目,定义一个Car类,有name字符串属性,color整型选择属性(0:银色,1:黑色,2:红色,3:灰色),price全精度小数类型,image图片文件类型,brand品牌字符串类型; 基于ModelSerializer类,完成Car资源的单查,群查,单增接口; 序列 阅读全文
摘要:
[TOC] django 视图类和drf视图类区别 模块|请求类型|继承关系|响应数据格式|需注销csrf :| :| :| :| django|get|View|JsonResponse(字典),没有Response|否 django|post|View|JsonResponse(字典),没有Re 阅读全文