会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
哈喽
新随笔
管理
2020年4月28日
Django常用命令
摘要: 安装Django: pip install django 指定版本 pip3 install django==2.0 新建项目: django admin startproject mysite 新建APP : python manage.py startapp blog 启动:python man
阅读全文
posted @ 2020-04-28 17:26 哈喽哈喽111111
阅读(376)
评论(0)
推荐(0)
编辑