June 2022
Beginner
190 pages
2h 53m
English
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:
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.
Let's look at the steps: ...
Read now
Unlock full access