1 Star 0 Fork 0

yinzhuoqun / StudentsManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.md 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
yinzhuoqun 提交于 2019-12-02 16:47 . 更新:readme

学生成绩管理系统

项目环境

  • python 3.6.8
  • django 2.2.7

新建项目

django-admin.py startproject StudentsManager

新建 APP

python manage.py startapp students

创建超级管理员

python manage.py createsuperuser

管理后台用户

支持 邮箱、学号、姓名 登录

地址:/admin

超管:1000

密码:yxn123456

备注:超管 管理 管理员账户

管理员账号:1001

密码:yxn123456

备注:用超管设置一个"管理员分组",该组可增删改查学生成绩表单,并设置该用户可以登录后台

学生注册与登录

支持 邮箱、学号、姓名 登录

地址:/

账号:1002

密码:yxn123456

学生成绩查询

地址:/score

Python
1
https://gitee.com/yinzhuoqun/StudentsManager.git
git@gitee.com:yinzhuoqun/StudentsManager.git
yinzhuoqun
StudentsManager
StudentsManager
master

搜索帮助