Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the realization of blog posting function in Flask?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

What is the realization of the blog posting function in Flask? aiming at this problem, this article introduces the corresponding analysis and answer in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.

Today, we implement the function of adding, deleting, changing and querying posts in the Flask_Blog project, and then start: modify Flask_Blog\ flaskblog\ forms.py to add the form used for posting, including title, content, and submit button:

Modify Flask_Blog\ flaskblog\ routes.py, delete the posts list of the original test, add methods to add, modify, delete and query posts, modify the home method to add methods for querying all posts:

Create a new file create_post.html in Flask_Blog\ flaskblog\ templates:

Create a new file post.html in Flask_Blog\ flaskblog\ templates:

Modify Flask_Blog\ flaskblog\ templates\ home.html, add the avatar display of registered users, delete the button for modifying posts, and so on:

Then we open the command line cmd in the folder Flask_Blog, run python run.py, access http://127.0.0.1:5000/, login account password, and click the navigation post link:

After entering the title and content, click the post button to submit:

Click the title of the post to enter the detailed page of the post:

Click modify, go to the modification page, enter the modified content, and click to post:

Click the delete button, prompt, and click OK to delete:

We are adding two posts:

This is the answer to the question about the realization of the blog posting function in Flask. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel to learn more about it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report