I\'m using Django 3.0 with Python 3.6. I have a Model:
class Data(models.Model): parameter = models.CharField( max_length=16, blank=True