创建django命令: django-admin startproject 项目名
建立应用app: python manage.py startapp 名称
运行项目命令: python manage runserver