I have this model:
class BlogPost(models.Model): author = models.CharField(max_length=64, default=\'Admin\') image = models.ImageField(blank=True,