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

How to realize the function of adding, deleting, modifying and querying blog posts in Django

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

Share

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

This article mainly explains "how to add, delete, modify and query blog posts in Django". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "Django how to achieve blog posts to add, delete, modify and search function" bar!

Modify django_project/blog/views.py and add the method of adding, deleting and changing the view class of posts:

Modify django_project/blog/urls.py and add post-related view url rules:

Modify django_project/blog/models.py to add the method of obtaining absolute path:

Modify django_project/blog/templates/blog/base.html to add post navigation link:

Create a new post_form.html post under django_project/blog/templates/blog and update the form:

Create a new post_detail.html post details page under django_project/blog/templates/blog:

Modify in django_project/blog/templates/blog/home.html, add e-post title navigation link and user profile picture:

We run the python manage.py runserver startup project under the django_project folder, visit http://127.0.0.1:8000, click login to access the login page and enter the information to submit, then click to post:

Enter the content and title of the post and submit:

Click the update button to enter the update page and enter the update content to submit:

Click the delete button to jump to the delete confirmation page:

Click OK to delete.

At this point, I believe that everyone on the "Django how to achieve blog posts to add, delete, modify and search function" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

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