This bundle covers three separate books that move through Django in stages, from a first web app to production-grade systems.
Django for Beginners
Build, test, and deploy five progressively harder sites in Django 3.0, including a message board, a blog with user accounts, and a newspaper app with comments and full registration, while covering Pipenv, templates, URL routing, class-based views, and custom user models.
Django for APIs
Take an API-first approach in Django 2.2, building a Library API, a Todo API with a React front end, and a Blog API, while learning authentication, permissions, documentation, and viewsets and routers.
Django for Professionals
Bridge the gap between toy projects and production systems by building an online bookstore with Stripe purchases, using Docker and PostgreSQL locally, advanced user registration with social auth, file and image uploads, search, and deployment.