程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Graduation design based on python+vue+elementui+django freshman enrollment management system (separation of front and back ends)

編輯:Python

The content of this graduation project is to design and implement a system based on Python Technology freshman enrollment management system . It's in Windows Next , With MYSQL Develop platforms and for databases Python Technology . The function of the new student enrollment management system has been basically realized , It mainly realizes the home page , Personal center , Professional management , Class management , Student management , Commodity classification management , Commodity information management , Freshmen sign in management , Exchange forum , System management , Order management and other functions of the operating system .

One 、 User management function
This section provides user registration , User data modification , home page , Commodity information , Exchange forum , Reporting Guide , Personal center , Background management , Shopping cart and other functions .
Two 、 Administrator management function
This section contains the home page , Personal center , Professional management , Class management , Student management , Commodity classification management , Commodity information management , Freshmen sign in management , Exchange forum , System management , Order management and other functions . The administrator can add all the information 、 Delete 、 Change 、 check , Be able to manage user information , Update recent freshman enrollment management information .

Item number : python231django Freshman enrollment 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

This interface is the home page of the freshman enrollment management system , The interface setting requires a simple and clear interface 、 It's easy to operate 、 Compatibility is good. . When considering design interfaces , First of all, we should consider the standardized design of the interface , The second is to improve the interface design , But don't make the operation of the interface complicated because of the beautification of the interface , Users can log in and other operations on this page , The navigation bar at the top of the page is the entrance to each module .
The system home page mainly includes the home page , Commodity information , Exchange forum , Reporting Guide , Personal center , Background management , Shopping cart, etc , And carry out detailed operations as required

Commodity information , On the product information page, you can view the product name , Price , Single purchase , stock , Classification of goods , Commodity specifications , Product brand and other details ; And add it to the shopping cart or buy it now

Administrator login , The administrator shall fill in the user name and password on the login page as required before entering the system , Click login to login

Commodity information management , On the commodity information management page, you can index , Name of commodity , Classification of goods , Commodity images , Commodity specifications , Brand of goods , Price , Single limit , Inventory, etc , Operations such as modification and deletion

Freshmen sign in management , On the new student check-in management page, you can check the index , Sign in name , Check in time , QR code , Student number , full name , major , class , Review reply , Audit status , Details of audit and other contents , Operations such as modification and deletion

Chapter one The introduction 3
1.1 Background of the project 3
1.2 The purpose and significance of the research 3
1.3 Research status 4
1.4 The main work of this paper 4
Chapter two Technology is introduced 5
2.1 B/S structure 5
2.2MySQL Introduce 5
2.3MySQL Environment configuration 6
2.4Python Introduction to language 6
2.5Django frame 6
The third chapter System analysis and design 8
3.1 system description 8
3.2 System feasibility analysis 8
3.2.1 Technical feasibility 8
3.2.2 Economic feasibility 8
3.2.3 Operational feasibility 9
3.2.4 Operational feasibility 9
3.3 The design idea of the system 9
3.4 System design rules and operating environment 10
3.5 System functional structure 11
3.6 System process analysis 12
3.6.1 Operation process 12
3.6.2 Add information flow 12
3.6.3 Delete information flow 13
Chapter four Database design 14
4.1 Database conceptual design 14
4.2 Data sheet design 15
The fifth chapter The detailed design of the system 23
5.1 System function module 23
5.2 Administrator function module 25
5.3 Student function module 28
Chapter six The system test 30
6.1 System test method 30
6.2 System function test 30
summary 31
reference 32
thank 33


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved