sections = models.ManyToManyField('BlogSection')
format = models.CharField(max_length=10, choices=FORMAT_CHOICES)
slug = models.SlugField()
sections = models.ManyToManyField('BlogSection')
format = models.CharField(max_length=10, choices=FORMAT_CHOICES)
slug = models.SlugField()