June 2022
Beginner
190 pages
2h 53m
English
This chapter presents the concept of base templates and how they can be used to reduce duplicated template code. We will create a base template with a navbar and a footer and also add links to the different app pages.
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/Chapter08/moviereviewsproject.
Read now
Unlock full access