会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
coderRocky
博客园
首页
新随笔
联系
订阅
管理
2023年5月
django系列-环境及纯净配置
摘要: 一、安装django 1.建立虚拟环境 venv,Python官方用语创建虚拟环境的工具 D:\learn_django>python -m venv ll_env(环境名称) --python=python3.6 #可以替换成电脑里其他python版本 D:\learn_django>python
阅读全文
posted @ 2023-05-09 10:19 王里冲
阅读(201)
评论(0)
推荐(0)
公告