I have a model:
class ContentSection(models.Model): section_heading = models.CharField(max_length=30, blank=True, null=True, default="") section