With the development of society , All walks of life in society are taking advantage of the advantages of the information age . The advantages and popularity of computers make the development of various information systems necessary .
College classroom management system , The main modules include viewing the home page 、 Personal center 、 Teacher management 、 Student management 、 Classroom information management 、 Teacher application management 、 Student application management 、 Class schedule management 、 Teachers cancel appointment management 、 Students cancel appointment management and other functions . The administrator in the system is mainly to store and manage all kinds of information safely and effectively , You can also manage, update and maintain the system , And have corresponding operation permissions for the background .
Item number : python224django be based on python The enterprise it Asset management system
development language :Python
python frame :django
Software version :python3.7/python3.8
database :mysql 5.7 Or later
Database tools :Navicat11
Development software :PyCharm/vs code
The front frame :vue.js
Administrator login , The administrator enters the user , password , Verification Code , Select role and other information for system login ,
Teacher management , In the teacher management page, you can index 、 The user account 、 full name 、 Gender 、 Job title, etc 、 Modify or delete
Teacher application management , In the teacher application management page, you can index 、 The user account 、 full name 、 position 、 Classroom number 、 Occupied class hours 、 Booking time 、 Application time 、 Review reply 、 Audit status 、 Details of audit and other contents 、 Lesson schedule 、 Modify or delete
Student application management , In the student application management page, you can index 、 The user account 、 full name 、 position 、 Classroom number 、 Occupied class hours 、 date 、 Instructor signature 、 Application time 、 Review reply 、 Audit status 、 Details of audit and other contents 、 Lesson schedule 、 Modify or delete
pick want 1
1 System Overview 4
1.1 Research background 4
1.2 Research status 4
1.3 primary coverage 5
2 System development environment 6
2.1 Python brief introduction 6
2.2 Django frame 6
2.3 MySql database 6
2.4 B/S structure 7
3 Demand analysis 8
3.1 Technical feasibility : Technical background 8
3.2 Economic feasibility 8
3.3 Operational feasibility 8
3.4 System design rules 9
3.5 System flow and logic 9
4 System outline design 13
4.1 summary 13
4.2 System structure design 13
4.3. Database design 14
4.3.1 Database design principles 14
4.3.2 Database entity 14
4.4 Data sheet 16
5 Detailed design of the system 23
5.1 Administrator function module 23
5.2 Student function module 27
5.3 Teacher function module 29
6 The system test 31
6.1 The purpose of system testing is 31
6.2 System test method 31
6.3 test result 31
Conclusion 33
thank 34
reference 35