摘要: 1:下载django pip install -U django pip install django -i https://pypi.doubanio.com/simple/ 2:查看版本 python -m django --version 3: 使用 django-admin 来创建一个新项目 阅读全文
posted @ 2019-11-21 23:46 花蝴蝶111 阅读(157) 评论(0) 推荐(0)
摘要: 1 :githup 上创建好项目后 复制路径 https://github.com/1017844505/test_dev02 2 :git进入工作空间输入 ,项目就会下载到本地 git clone https://github.com/1017844505/test_dev02 git statu 阅读全文
posted @ 2019-11-21 22:20 花蝴蝶111 阅读(93) 评论(0) 推荐(0)