django安装

luckylu1983 / 2023-05-03 / 原文

安装django

pip install django

安装完成后,新增文件及文件夹

安装第三方模块   链接数据库

pip install mysqlclient