Chapter 7: Understanding the Database
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:
- Understanding the database viewer
- Displaying object information in admin
- Switching to a MySQL database