python 开发技巧(2)-- Django的安装与使用

1、安装Djangohtml pip3 install django    或者直接使用PyCharm安装 参考python   2、添加环境变量django 将 "(python安装路径)\Scripts" 添加到环境变量post   3、生成Django项目spa django-admin startproject "项目名"    4、运行项目code  进入项目中输入server pyth
相关文章
相关标签/搜索