标签:activate manage cti 环境安装 rtp rip 笔记 django environ
安装 django pip install django
创建虚拟环境 python -m venv testenvironment
进入虚拟环境: testenvironment\Scripts\activate.bat
虚拟环境安装 django pip install django
创建项目: python manage.py startproject projectname
项目中创建app: python manage.py startapp appname
启动server :python manage.py runserver
标签:activate manage cti 环境安装 rtp rip 笔记 django environ
原文地址:http://www.cnblogs.com/testway/p/7396544.html