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

Python Django报错:TemplateDoesNotExist: archive.html

Python Django报错:TemplateDoesNotExist: archive.html

hao小子 2016-11-26 22:19:43
加载Templates下的achieve.html文件失败。来解答。。。困惑一天没解决。。用相对路劲试了下也不行。views.py:(request):     posts = BlogPost.objects.all()t = loader.get_template()c = Context({:posts})HttpResponse(t.render(c))估计是get_template这里报错。Blog APP下新建的urls.py: = [     url(views.archive)]mysite下的urls.py: = [     url(admin.site.urls)url(include())]网址:http://localhost:8000/Blog/报错:Exception Type:TemplateDoesNotExistException Value:archive.htmlException Location:F:\PythonPacket\lib\site-packages\django\template\loader.py in get_template, line 25
查看完整描述

2 回答

?
一毛钱

TA贡献156条经验 获得超57个赞

项目路径结构整上来,错误提示是提示说找不到archive.html 模版文件

查看完整回答
反对 回复 2016-11-28
  • 2 回答
  • 0 关注
  • 2897 浏览
慕课专栏
更多

添加回答

举报

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