Model, ORM
1、创建CURD数据库表
app.models.py写类
生成 数据表
python manage.py makemigrations
python manage.py migrate
2、操作数据库的数据