摘要: 校验字段功能 示例: 注册用户 模型:models.py from django.db import models # Create your models here. class UserInfo(models.Model): name=models.CharField(max_length=32 阅读全文
posted @ 2021-02-08 20:50 培天王 阅读(71) 评论(0) 推荐(0) 编辑