Skip to content

This is a simple student course selection project, but the management and student user functions are not separated, but in addition to the registration function, other basic functions are available.

Notifications You must be signed in to change notification settings

OnlySheep/A-simple-Django-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

学生选课系统

1、运行环境

python == 3.8.7

django == 3.2

Html+CSS+JavaScript

db.sqlit3数据库

本地访问:127.0.0.1:8800

2、用户账号

user:admin	password:123456
or
user:root	password:654321

3、使用说明

1、该网站实现了对学生信息增删改查,在管理员界面可以对课程进行增删改查,也可以对班级进行添加。
2、学生有自己的账号可以进行登录,退出,对课程进行选择。
3、学生信息和课程信息的主页进行了每页8条记录的分页,可自行选择页码查看对应的页码。
4、数据库中已经存储17条课程信息记录和5条班级信息记录,管理员可以自行修改和删除。
5、数据库中存在两条学生记录并且与用户认证组件的用户信息一对一

About

This is a simple student course selection project, but the management and student user functions are not separated, but in addition to the registration function, other basic functions are available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published