Technical requirements
In this chapter, we’ll learn how to use the Django Admin panel. Django Admin works closely with Django models, so you’re expected to have a good understanding of Django models.
The code snippets that will be used in this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Django-in-Production/tree/main/Chapter04.