Skip to content

Update 50_final_project.md #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 [email protected].
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 [email protected].