item_type = models.CharField('记录类型', max_length=50,choices=(('选项1', '选项1'), ('选项2', '选项2'))) 在后台中选择的时候直接提供选项
一个是数据库中存的数据,一个是展示的样子