So when I create a model instance using the CLI, it works.
The model:
class Post(models.Model): title = models.CharField(max_length=100) cover