3rd Edition. — Packt Publishing, 2020. — 568 p. — ISBN: 978-1-83898-195-2.
Code files only!
Learn Django 3 with four end-to-end web projectsIf you want to learn the entire process of developing professional web applications with Python and Django, then this book is for you. In the process of building four professional Django projects, you will learn about Django 3 features, how to solve common web development problems, how to implement best practices, and how to successfully deploy your applications.
In this book, you will build a blog application, a social image bookmarking website, an online shop, and an e-learning platform. Step-by-step guidance will teach you how to integrate popular technologies, enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects.
By the end of this book, you will have mastered Django 3 by building advanced web applications.
What you will learnBuild real-world web applications
Learn Django essentials, including models, views, ORM, templates, URLs, forms, and authentication
Implement advanced features such as custom model fields, custom template tags, cache, middleware, localization, and more
Create complex functionalities, such as AJAX interactions, social authentication, a full-text search engine, a payment system, a CMS, a RESTful API, and more
Integrate other technologies, including Redis, Celery, RabbitMQ, PostgreSQL, and Channels, into your projects
Deploy Django projects in production using NGINX, uWSGI, and Daphne