django-admin startproject django introduction
Django
创建新的app 应用
python manage.py startapp blog
urls.py 路由管理
manage.py
views.py 视图管理