I wrote the model:
class Blog(models.Model): title = models.CharField(max_length=20) date = models.DateTimeField(\'date published\') content =