diff --git a/website/content/08_web_frameworks/50_final_project.md b/website/content/08_web_frameworks/50_final_project.md index ebe3790..d790da9 100644 --- a/website/content/08_web_frameworks/50_final_project.md +++ b/website/content/08_web_frameworks/50_final_project.md @@ -59,7 +59,7 @@ class Post(models.Model): Notice a few things: 1. This is a **nested** class under `Post`, so make sure it's indented properly -1. `ordering` expects a `tuple`, so don't forget that trailing comma. +2. `ordering` expects a `tuple`, so don't forget that trailing comma. Make sure your server is running @@ -140,4 +140,4 @@ Here are a few ideas that you can start with: - Add pagination so that only 10 posts show on the main page, have a previous and a next button. - Make the blog look nicer by styling it with CSS. -Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com. \ No newline at end of file +Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com.