老师,这个错误怎么改

来源:2-4 Django HelloWorld

慕圣45680229

2019-04-11 23:45

Page not found (404)

Request Method:GET
Request URL:http://127.0.0.1:8000/blog/hello_world/

Using the URLconf defined in pro.urls, Django tried these URL patterns, in this order:

  1. admin/

The current path, blog/hello_world/, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.


写回答 关注

3回答

  • qq_慕尼黑5576920
    2019-09-10 11:40:27

    在最后的url 输入的时候, 输入127.0.0.1:8000/blog/hello_word, 能出现helloword,  但是前面的是显示404


    woodsk...

    我也是这样的 麻烦问一下,解决了吗

    2019-12-22 14:48:26

    共 1 条回复 >

  • 慕娘8346500
    2019-09-07 16:33:46

    楼主这个问题解决了吗

  • 呼吸之野
    2019-04-12 18:37:50

    这个问题是你的路由配置出现问题了,你需要检查一下这个路由配置了

    这是我自己配置的路由,你可以参照看一下,对照一下你的配置有没有什么问题!

    https://img1.mukewang.com/5cb06a590001433609720272.jpg

    呼吸之野 回复慕娘8346...

    路由配置代码贴出来

    2019-10-21 11:48:57

    共 2 条回复 >

三小时带你入门Django框架 新版上架

Python开发上手Web框架的必备课程,三小时带你入门Django框架。

25587 学习 · 248 问题

查看课程

相似问题