安装virtualenv pip install virtualenv创建虚拟环境: virtualenv idea启动虚拟环境:\Scripts\activate创建项目:django-admin startproject idea创建数据库:python manage.yp migrate