码迷,mamicode.com
首页 > 其他好文 > 详细

django笔记

时间:2016-02-27 23:37:27      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:

appname/templates 这里的template 要加入

TEMPLATES = [
{
‘BACKEND‘: ‘django.template.backends.django.DjangoTemplates‘,
‘DIRS‘: [‘templates‘],
‘APP_DIRS‘: True,...

django笔记

标签:

原文地址:http://www.cnblogs.com/anjuncc/p/5223722.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!