from django.shortcuts import render,HttpResponse from django import forms from app01 import models from django.core.validators import RegexValidator import re from django.core.exceptions import ValidationError # Create your views here. #自定义校验函数,直接在字段…