here is my models.py:
class Post(models.Model): id = models.AutoField(primary_key=True) body = models.TextField(max_length=10000) date = models.Da