【发布时间】:2009-07-16 14:42:20
【问题描述】:
我在运行 django 应用程序时收到此错误 (dpaste)
Template error
In template c:\python\projects\mycms\dpaste\templates\dpaste\base.html, error at line 1
Template u'base.html' cannot be extended, because it doesn't exist
1 {% extends "base.html" %}
但是"base.html"确实存在于模板目录中,并且其中有这一行:
{% extends "base.html" %}
这有什么问题?
【问题讨论】:
标签: python django django-templates