In this video we'll start to build out the comment system for our Django Blog. We'll start by creating a simple Comment model in our models.py file and associate it to our Post model using a foreignKey.
After that we'll change our blog page to show all the comments that have been made for a post.