摘要: django版本3.1.5 安装DRF pip3 install djangorestframework==3.11.2 表设计 from django.db import models # Create your models here. class Category(models.Model): 阅读全文
posted @ 2021-01-25 22:33 DeyouKong 阅读(186) 评论(0) 推荐(0) 编辑