问答详情
源自:2-4 Django HelloWorld

老师,这个错误怎么改

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.


提问者:慕圣45680229 2019-04-11 23:45

个回答

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

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


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

    楼主这个问题解决了吗

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

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

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

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