社区版pycharm安装Django框架

1.cmd下执行:pip3 install django 

2.cmd下执行:django-admin startproject Demo (Demo为项目名称,可以更改你取的项目名称)

3.cmd下执行:python manage.py startapp web

4.pycharm打开项目,按图操作

猜你喜欢

转载自www.cnblogs.com/jt925/p/9787601.html
今日推荐