Teach you how to use the student performance management system implemented by Python+Django

Author's homepage: Programming Thousand Paper Cranes

About the author: Java, front-end, and Python have been developed for many years, and have worked as a senior engineer, project manager, and architect

Main content: Java project development, graduation design development, interview technology arrangement, latest technology sharing

Favorites, likes, don't get lost, it's good to follow the author

Get the source code at the end of the article

Item Number: BS-Python-006

1. Environmental introduction

Locale: Python3.7

Database: Mysql: mysql5.7

Development tools: IDEA or others

Development technology: Django framework, front-end using Layui+html

2. Project introduction

This project is developed and implemented based on the Python language, using the Django WEB framework for development, and the front end uses Layui+HTML for page development. It provides login verification codes, graphical report statistics, and basic functions of data import and export.

The user roles of the system can be flexibly customized. Currently, there are administrators, class teachers and ordinary users, etc., which can be customized according to needs.

Guess you like

Origin blog.csdn.net/BS009/article/details/131347289
Recommended