会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hanzhang
博客园
首页
新随笔
联系
订阅
管理
12 2019 档案
django.template.exceptions.TemplateDoesNotExist: index.html
摘要:django.template.exceptions.TemplateDoesNotExist: index.html 在网上查了下,setting中 TEMPLATES 的 'DIRS' 需要添加os.path.join(BASE_DIR, 'templates')
阅读全文
posted @
2019-12-13 23:09
hanzhang
阅读(2419)
评论(0)
推荐(0)
centos下使用virtualenv建立python虚拟环境
摘要:在centos使用python3的virtualenv,先用yum install python3 安装后pip3也已经安装好了,pip3 install virtualenv, 在系统中新建一个空文件夹,使用命令 virtualenv [文件夹名]
阅读全文
posted @
2019-12-11 23:22
hanzhang
阅读(370)
评论(0)
推荐(0)
公告