Preface
1
Introduction to Django
2
Models and Migrations
3
URL Mapping, Views, and Templates
4
Introduction to Django Admin
5
Serving Static Files
6
Forms
7
Advanced Form Validation and Model Forms
8
Media Serving and File Uploads
9
Sessions and Authentication
10
Advanced Django Admin and Customizations
11
Advanced Templating and Class-Based Views
12
Building a REST API
13
Generating CSV, PDF, and Other Binary Files
14
Testing
15
Django Third-Party Libraries
16
Using a Frontend JavaScript Library with Django