Chapter 9: Creating a Movie Detail Page
Let's now go back to our movies app. In this chapter, we want to navigate to a movie's detail page when a user clicks on a movie title on the home page. We will create the movie URL, view, and template.
In this chapter, we will be covering the following topics:
- Creating a movie page
- Implementing links to individual movie pages
Technical requirements
In this chapter, we will be using Python 3.8+. Additionally, we will be using the VS Code editor in this book, which you can download from https://code.visualstudio.com/.
The code for this chapter is located at https://github.com/PacktPublishing/Django-4-for-the-Impatient/tree/main/Chapter09/moviereviewsproject.
Creating a movie page
Let's look at the steps: ...
Get Django 4 for the Impatient now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.