安装:pip install django创建一个项目MyBlog:django-admin startproject MyBlog 初始化项目自动创建的文件和目录 创建一个应用article:python manage.py startapp article 创建一个应用aritcle