What this book covers
Chapter 1, Undertaking a Colossal Project, gives you an understanding of how to prepare for a large project.
Chapter 2, Project Configuration, covers virtual environments, hosting, and deployment.
Chapter 3, Models, Relations, and Inheritance, covers database table structures.
Chapter 4, URLs, Views, and Templates, covers rendering HTML with Django.
Chapter 5, Django Forms, covers rendering HTML forms with Django.
Chapter 6, Exploring the Django Admin Site, looks at Django's built-in administration site.
Chapter 7, Working with Messages, Email Notifications, and PDF Reports, covers using Django to send emails and create documents.
Chapter 8, Working with the Django REST Framework, covers building APIs with Django.
Chapter 9, Django Testing, covers writing test scripts with Django.
Chapter 10, Database Management, covers optimizing database queries.