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