django.template.exceptions.TemplateDoesNotExist: index.html
在网上查了下,setting中 TEMPLATES 的 \'DIRS\' 需要添加os.path.join(BASE_DIR, \'templates\')
TEMPLATES = [ { ... \'DIRS\': [os.path.join(BASE_DIR, \'templates\')], ... }, ]
django.template.exceptions.TemplateDoesNotExist: index.html
在网上查了下,setting中 TEMPLATES 的 \'DIRS\' 需要添加os.path.join(BASE_DIR, \'templates\')
TEMPLATES = [ { ... \'DIRS\': [os.path.join(BASE_DIR, \'templates\')], ... }, ]
内容版权声明:除非注明,否则皆为本站原创文章。