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

Popular short video recommendation for computer graduation design Python+django (source code + system + mysql database + Lw document)

編輯:Python

Project Introduction

The system uploads the latest news videos, or videos of local characteristic culture and industry development taken by users themselves into the system, and provides them to users for free for resource sharing.The news video of the day can also be uploaded to the system, so that people can click to watch it at the first time, without waiting for the news of the fixed time period on the TV, they can understand what is happening all over the world at any time, anytime, anywhere.
This topic mainly includes the following modules:
User registration and login: Unregistered users can only browse and query videos, while registered users can watch for free.
Video playback module: It is mainly used to play video for learning, which can be controlled in real time.
Video management module: mainly used to manage video content and ensure the normal operation of the system.
User management module: mainly used to manage users and delete those malicious users.
Comment management module: It is mainly used to manage user comments and avoid some unhealthy statements.
The key point is that users can watch and comment on the video, and share information. The difficulty is to manage the video and users, which is the key to ensure the normal operation of the system.

1. Registration module: Tourist users can register their accounts in the system. The data to be entered for account registration include user name, password, confirmation password, email address, qq, etc. After submitting the registration information, the system judges the user input through js code.Check whether the registration data meets the specifications. If it meets the specifications, add a new user record in the system database. For security, use the md5 encryption algorithm to encrypt the password, and then store it in the database.
2. Login module: In the process of user login, it includes user name, password and verification code. The system needs to make a correct judgment on the verification code first.In addition to your name and password, you must also enter a verification code.After judging that the verification code is correct, judge the user name and password. Since the user password is encrypted with MD5, the MD5 conversion of the password should be performed before judging the user password. When the user name or password is incorrect, an error message is displayed when returning to the login page.
3. Film and television classification management module: users publish film and television classifications, which are stored in the film and television classification table, the user clicks the film and television classification release, and enters the film and television classification publishing page. After submitting the film and television classification, the administrator reviews the film and television classification added by the user.and manage.

Development environment

The popular short video recommendation of Python+django for computer graduation project (source code+system+mysql database+Lw document)
Development language: Python
python framework: django
software version: python3.7/python3.8
Database: mysql 5.7 or higher
Database tool: Navicat11
Development software: PyCharm/vs code
Front-end framework: vue.js

System screenshot

In this block, it is mainly used to manage the user's personal information, and the user can view and manage it here.own personal information and upload videos.

All users can view video information posted by other users, and you can like and collect for online playback.

Well, the meeting is for the management staff to carry out the user information in the backgroundManagement, mainly including adding and modifying users.View details and make fuzzy queries based on keywords.

By module, it is mainly used for managers to monitor popular video informationManage, mainly include the name of the video, the cover of the video, and the type of the video.The content of the video, and the content of viewing the details of the video.


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