Skip to contentSign upBigShuang SimpleStudentCourseManagementSystemPublicCodeIssues 1Pull requests 1ActionsProjectsSecurityMoreSimpleStudentCourseManagementSystemuserviewspy BigShuangBigShuang update
在注册表填入个人信息的代码在user/forms.py和user/register.html中,forms.py定义了表单的字段和验证规则,register.html定义了表单的渲染和提交的URL。在views.py中的CreateStudentView和CreateTeacherView中的form_valid函数将表单提交的数据进行处理,生成新的学生或教师实例,并保存到数据库中。
原文地址: https://www.cveoy.top/t/topic/e2Cm 著作权归作者所有。请勿转载和采集!