Django


1001 浏览 5 years, 7 months

7.4 常见问题

版权声明: 转载请注明出处 http://www.codingsoho.com/

Issues

TemplateDoesNotExist
TEMPLATE_DIRS = (
    'simpleToDo/simpleToDo/templates'
)

simpleToDo: folder
simpleToDo: package name
templates: html folder

Windows用户必须使用斜杠而不是反斜杠。 get_template() 假定的是 Unix 风格的文件名符号约定。