欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Page not found (404) Request Method:GET Request URL: http://127.0.0.1:8000/blog/talks Using the URL

程序员文章站 2022-03-25 11:14:41
...
Page not found (404)
Request Method: GET
Request URL:    http://127.0.0.1:8000/blog/talks
Using the URLconf defined in my_blog.urls, Django tried these URL patterns, in this order:
1.(?P<page>\d*)/$ [name='blog.views.home']
2.$ [name='blog']
3.admin/
4.media\/(?P<path>.*)$

错误原因: url中没有include

相关标签: url django