Part 1 – Using Django and DRF to Build Modern Web Application
In the first part of the book, we will get an overview of how to use Django and Django Rest Framework (DRF) to create a modern web application. We can expect to learn all the concepts related to Django ORM and DRF serializers, which are crucial to building any modern web application. Django Admin and Authentication are one of the most widely appreciated features of Django. We will learn all the best practices that a developer should know about before using Django and DRF in production.
This part has the following chapters:
- Chapter 1, Setting Up Django with DRF
- Chapter 2, Exploring Django ORM, Models, and Migrations
- Chapter 3, Serializing Data with DRF
- Chapter 4, Exploring Django Admin and Management Commands
- Chapter 5, Mastering Django Authentication and Authorization