教程来源于:python官方文档中文站
Django的mvc中的Model

python manage.py migrate
初始化mode.py中定义的app数据库

python manage.py makemigrations appname
修订数据库模型