June 2022
Beginner
190 pages
2h 53m
English
We have used Django models to persist data. In this chapter, we will inspect how databases work in Django. We will also improve the admin page readability and show how to switch between database engines.
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/Chapter07/moviereviewsproject.
Read now
Unlock full access