为了账号安全,请及时绑定邮箱和手机立即绑定

开发第一个template的问题

我照着老师的步骤做完后,浏览器下面输入127.0.0.1:8080/blog,显示了hello blog,但我加上127.0.0.1:8080/blog/index后,却返回了404,这是为什么呢?下面是错误展示


Page not found (404)

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

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

  1. admin/

  2. blog

The current path, blog/index, 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.


正在回答

2 回答

'^index/$'

0 回复 有任何疑惑可以回复我~

urls.py文件未配置index路径。

0 回复 有任何疑惑可以回复我~
#1

慕UI3396178 提问者

怎么配置?
2018-08-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
django入门与实践
  • 参与学习       65159    人
  • 解答问题       869    个

手把手带你进入Django开发的大门,充分领略Django的魅力

进入课程

开发第一个template的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信