So this is my code in class Post(models.Model)
class Post(models.Model): title = models.CharField(max_length=100) content = models.TextField(