Design and implementation of python crawler news collection system (Django framework)

 Blogger introduction : Teacher Huang Juhua is the author of the books "Introduction to Vue.js and Practical Mall Development" and "WeChat Mini Program Mall Development", CSDN blog expert, online education expert, CSDN diamond lecturer; specializes in graduation design education and tutoring for college students.
All projects are equipped with video courses on basic knowledge from entry to mastery. Free
projects are equipped with corresponding development documents, proposal reports, task books, PPT, thesis templates, etc.

The project has recorded release and functional operation demonstration videos; the interface and functions of the project can be customized, and installation and operation are included! ! !

If you need to contact me, you can check Teacher Huang Juhua on the CSDN website.
You can get the contact information at the end of the article.

Background and Significance

Purpose : The main goal of this topic is to design and implement a news management system based on web pages. The entire website project uses a B/S architecture and is developed under the Django framework based on Python; the administrator enters information, manages information, and sets up the website through the background Information, manage member information, manage and set up advertisements, messages, etc.; users can query and view news information, post comments, etc. by logging in to the website.

Significance : With the popularity of the Internet, more and more companies have established their own WWW websites. Through the website, companies can display products, publish the latest news, communicate with users, establish contact with partners, and conduct e-commerce, etc. . Among them, the news management system is an important part of the corporate website. It plays a dual role. On the one hand, it can be used to dynamically release relevant new products or new development projects; on the other hand, it can promptly announce to customers the company's business performance, technology Projects, products and services related to research and development progress, special recommendations or discounts, thereby attracting customers and expanding the customer base.

Feature list

The main modules include the following points:

(1) Login function: Register a normal account to log in; after logging in, you can modify the user's basic information or log out.

(2) Information management: Information is entered in the background. On the front end of the website, users can browse the information list and detailed information at will.  

(3) Information query: Supports querying the content of the entire news system, just enter keywords and click search.

(4) Information reading: Both tourists and users can read information.

(5) Information collection: After reading information of interest, registered and logged-in users can collect it.

(6 ) Information comments: When reading information, logged-in users can post comments; they will be displayed after background review.

(7 ) Information review: The backend administrator will review the comments made by users and make them visible to other users in the frontend.

(8 ) Browsing history: records all the information browsed by the user

(9) My collection: If you collect information articles of interest, you can directly click to read them and support deletion.

(10) Articles I have commented on: List the articles I have commented on, the content of the comments, and the review status.

(11) User information: name, contact information, email, avatar, profile, introduction, etc., supports modification at any time; the information registered by the user is visible to the background administrator; the background administrator can delete it.

(12) Password modification: Modify the registered password.

(13) Log out : Clear login cookies and return to the home page.

(14) Message feedback : Users fill in Li Cianyan’s subject, contact person, phone number, email address, and message content; the background management can view the message list and delete messages.

(15) Carousel advertising : Set up a carousel advertising image on the homepage in the background, which can be connected to the advertising page.

renderings

Guess you like

Origin blog.csdn.net/u013818205/article/details/135437616