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 create a blog project in Django

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

Share

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

This article introduces how to create a blog project in Django. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.

At the beginning of the next study today, we will use the Django framework to complete the previous blog project using flask. Let's start with:

First, run the cmd command python manage.py startapp blog under the django_project folder on the desktop to create a blog application:

A blog folder is generated under django_project, with the following directory structure:

Modify django_project\ blog\ views.py to add the home page and the access method for:

Create a new urls.py in django_project\ blog. The code for setting the access path is as follows:

Modify django_project\ urls.py and import the configuration in urls.py under blog:

We run the python manage.py runserver startup project under the django_project folder and access http://127.0.0.1:8000/:

Next, we visit http://127.0.0.1:8000/about:.

On how to create a blog project in Django to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

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