I\'m currently learning Django and I wanted to start off with a really simple blog app. I have a model for my post:
class Post(models.Model): title = models.