摘要: from django import forms from django.core.exceptions import ValidationError class RegForm(forms.ModelForm): password = forms.CharField(error_messages= 阅读全文
posted @ 2020-09-22 10:59 叶青IT爱好者 阅读(48) 评论(0) 推荐(0) 编辑
摘要: """ Django settings for istudy project. Generated by 'django-admin startproject' using Django 2.2. For more information on this file, see https://docs 阅读全文
posted @ 2020-09-22 10:54 叶青IT爱好者 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1.项目中URL如图 from django.conf.urls import url,include from django.contrib import admin urlpatterns = [ url(r'^admin/', admin.site.urls), url(r'^', inclu 阅读全文
posted @ 2020-09-22 10:52 叶青IT爱好者 阅读(523) 评论(0) 推荐(0) 编辑