Django中Template does not exit

Posted 路路路路啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django中Template does not exit相关的知识,希望对你有一定的参考价值。

在template下新建了一个html文件,运行时一直报错

技术分享图片

原因是,在运行时django一直在找自己默认路径下的模板,找不到我自己建的html文件

在settings.py中添加如下代码:

TEMPLATE_DIRS = (
os.path.join(BASE_DIR, ‘templates‘).replace(‘\‘, ‘/‘),
)
就会发现运行成功了。



以上是关于Django中Template does not exit的主要内容,如果未能解决你的问题,请参考以下文章

psql: FATAL: database "" does not exist 解决步骤

django.template.exceptions.TemplateSyntaxError: ‘staticfiles‘ is not a registered tag library.

error TS2339: Property '$route' does not exist on type

ImportError: dynamic module does not define module export function (PyInit__sqlite3)

Sqoop报警告hcatalog does not exist!...accumulo does not exist!解决方案

报错 Model does not exists !