摘要: django 操作model字段 CharField(max_length=32) 字符串 unique=True 唯一索引 BooleanField() 布尔类型:True上架 False 下架 DateTimeField(auto_now_add=True) 时间 Level_CHOICES=( 阅读全文
posted @ 2020-08-06 17:36 宋小凯 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 这是 Django 中 mixin 的导包 from rest_framework.response import Response # 获取返回值 from rest_framework.generics import GenericAPIView # 把 APIview 改成这个 from re 阅读全文
posted @ 2020-08-06 17:12 宋小凯 阅读(221) 评论(0) 推荐(0) 编辑