So let\'s say I have a model, Fruit, with some fields:
class Fruit(): color: models.CharField(blank=True, null=True, default=\'\', max_length=\'250\') sweet: mode