Building Django 2.0 Web Applications by Tom Aratyn
English | 27 Apr. 2018 | ISBN: 1787286215 | 408 Pages | EPUB | 2.54 MB
English | 27 Apr. 2018 | ISBN: 1787286215 | 408 Pages | EPUB | 2.54 MB
This project-based guide will help you get a sound understanding of the Django 2.0 through three full-featured applications. It will start off with building a basic IMDB clone and adding users who can register, vote on their favorite movies and upload pictures associated with the movie. You will learn how to use the votes that your users have cast to build a list of the top 10 movies. This book will also take you through deploying your app into the production environment using Docker containers hosted on the server in Amazon's Electric Computing Cloud (EC2).
Next, you're going to build a Stack Overflow clone wherein the registered users can ask and answer questions. You will learn how to let a user who's asking a question be able to accept answers and mark them as useful. You will also learn how to add search functionality to help users find questions by using Elasticsearch. It will help you discover ways to apply the principles of 12 factor apps while deploying Django on the most popular web server, Apache with mod_wsgi. Lastly, you'll build a clone of MailChimp wherein the users will be able to send and create emails and deploy it using AWS.