请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

分发url出错

project 下的url:

#机构首页
url(r'^org/', include('organization.urls',namespace='org')),

organization 下的url:

url(r'^list/$', OrgView.as_view(), name='org_list'),

org-list.html继承了base.html

base.html中的“授课机构”链接:

<li class="active" ><a href="{% url 'org:org_list' %}">授课机构</a></li>

但在点击之后却找不到页面:

Page not found (404)

Request Method:

GET    

Request URL:

http://127.0.0.1:8000/org-list.html    

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

^xadmin/

^$ [name='index']

^login/$ [name='login']

^register/$ [name='register']

^captcha/

^active/(?P<active_code>.*)/$ [name='user_active']

^forget/$ [name='forget_pwd']

^reset/(?P<active_code>.*)/$ [name='reset_pwd']

^modify_pwd/$ [name='modify_pwd']

^org/

^media/(?P<path>.*)$

The current path, org-list.html, 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.

看了好几遍也不知道哪里出了问题,求解决

正在回答

1回答

http://127.0.0.1:8000/org-list.html    应该是由于你的html中配置url的时候配置错了 写成了 ““org-list.html”应该用url的方式配置

0 回复 有任何疑惑可以回复我~
  • 提问者 李嘉图principal #1
    不会啊
    我HTML中写的:
    base.html中的“授课机构”链接:
    <li class="active" ><a href="{% url 'org:org_list' %}">授课机构</a></li>
    有问题吗?
    回复 有任何疑惑可以回复我~ 2018-01-11 16:26:54
  • bobby 回复 提问者 李嘉图principal #2
    你全局搜索一下 'org-list.html'看看在哪个文件里面 然后修改一下就行了
    回复 有任何疑惑可以回复我~ 2018-01-15 10:14:39
  • 提问者 李嘉图principal #3
    非常感谢!好办法
    回复 有任何疑惑可以回复我~ 2018-01-18 15:42:29
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信