文章分类 -  Python

关于Django中提示TemplateDoesNotExist:
摘要:注意: 要在Djangosettings.py里面的TMPLATE_DIRS添加TEMPLATE_DIRS元组如下所示:TEMPLATE_DIRS = ( os.path.join(BASE_DIR,'templates'),)如果添加TMPLATE_DIRS后仍报TemplateDoseNo... 阅读全文

posted @ 2015-08-10 22:28 安_静_了 阅读(190) 评论(0) 推荐(0)