1、创建项目
django-admin startproject 项目名
2、创建应用
python manage.py startapp 应用名
3、启动开发服务器
python manage.py runserver