Django DRF Notes(第二章)
00 分钟
2024-4-29
2024-11-15
type
status
date
slug
summary
tags
category
password

2:Django REST Framework初识

2.1:使用DRF实现用户增删改查

目录

创建APP

定义数据模型并同步数据库

编写序列化器文件

编写视图

添加API路由

2.2:创建APP

2.3:定义数据模型并同步数据库

notion image

2.4:编写序列化器文件

2.5:编写视图

2.6:添加API路由

notion image
notion image

2.7:测试API

notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
上一篇
Django DRF Notes(第三章)
下一篇
Django DRF Notes(第一章)