Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/08_web_frameworks/50_final_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
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.