配置 数据库 默认sqlite, 支持Mysql,postgresql,oracle 更改时区 查看表结构 .schema (SQLite), display the tables Django created. 新建Models models原始文件 from django.db import models # Create your models here. class Qusetion(models.Model): question_text = models.CharField(max_…