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

index.html 插入URL报错且url配置都是按照老师的来的,求大神帮忙看看

index.html 插入URL报错且url配置都是按照老师的来的,求大神帮忙看看

_飛旋枫叶_0 2017-10-20 11:31:29
帮忙看看问题出在哪,我找了大半天~~url 代码from django.conf.urls import urlfrom.import viewsurlpatterns = [   url(r'^index/$', views.index),   url(r'^article/(?P<article_id>[0-9]+)$', views.article_page, name='article_page'),   url(r'^edit/$', views.edit_page, name='edit_page'),   url(r'^edit/action$', views.edit_action, name='edit_action')网页提示错误:Error during template renderingIn template D:\we\myblog\blog\templates\blog\index.html, error at line 9u'blog' is not a registered namespace<!DOCTYPE html>    <html>    <head>    <meta charset="UTF-8">    <title>Title</title>    </head>    <body>    <h1>    <a href="{% url 'blog:edit.page' %}">新文章</a>    </h1>    {% for article in articles %}    <a href="">{{ article.title }}</a>   <br/>    {% endfor %}   </body>    </html>    </html>    
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1587 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信