I have set my Comment model:
class Comment(models.Model): post = models.ForeignKey(Post,on_delete=models.CASCADE,relate