一、安装django 1、首先用命令 pip3 install django==2.1(由于2.2最新版本还不稳定) 2、 用命令 python3 -m django --version 查看 安装的版本 出现 2.1版本的字样说明安装成功。 二、创建项目 1、运用命令创始新的项目 django-a Read More
posted @ 2019-09-29 14:48 李罡 Views(316) Comments(0) Diggs(0)