Skip to content

Update 50_final_project.md #62

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
6 changes: 3 additions & 3 deletions website/content/08_web_frameworks/50_final_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Visit the server at [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to make sur

For the final exercise, we're going to:
1. Sort our blog posts by reverse chronological order
1. Add an`is_draft` flag that allows you to start working on blog posts but keep them from being seen by readers.
1. (If time allows) Write additional unit tests to make sure that `is_draft` is working as expected.
2. Add an`is_draft` flag that allows you to start working on blog posts but keep them from being seen by readers.
3. (If time allows) Write additional unit tests to make sure that `is_draft` is working as expected.


### Sorting in reverse order
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].