Building Django Web Applications: Create enterprise grade scalable Python web applications easily with Django 2.0
by: Tom Aratyn
ISBN-10: 1787286215
ISBN-13: 9781787286214
Publication Date 出版日期: 2018-06-11
Print Length 页数: 400
Publisher finelybook 出版社: Packt
Book Description
By finelybook
This project-based guide will give you a sound understanding of Django 2.0 through three full-featured applications. It starts off by building a basic IMDB clone and adding users who can register,vote on their favorite movies,and upload associated pictures. 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 a 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 registered users can ask and answer questions. You will learn how to enable a user asking a question 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. You’ll 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 so users can send and create emails,and deploy it using AWS.
Get set to take your basic Python skills to the next level with this comprehensive guide!
Contents
1: STARTING MYMDB
2: ADDING USERS TO MYMDB
3: POSTERS,HEADSHOTS,AND SECURITY
4: CACHING IN ON THE TOP 10
5: DEPLOYING WITH DOCKER
6: STARTING ANSWERLY
7: SEARCHING FOR QUESTIONS WITH ELASTICSEARCH
8: TESTING ANSWERLY
9: DEPLOYING ANSWERLY
10: STARTING MAIL APE
11: THE TASK OF SENDING EMAILS
12: BUILDING AN API
13: DEPLOYING MAIL APE
What You Will Learn
Build new projects from scratch using Django 2.0
Provide full-text searching using ElasticSearch and Django 2.0
Learn Django 2.0 security best practices and how they’re applied
Deploy a full Django 2.0 app almost anywhere with mod_wsgi
Deploy a full Django 2.0 app to AWS’s PaaS Elastic Beanstalk
Deploy a full Django 2.0 app with Docker
Deploy a full Django 2.0 app with NGINX and uWSGI
Authors
Tom Aratyn
Tom Aratyn is a software developer and the founder of the Boulevard Platform. He has a decade of experience developing web apps for companies of all sizes (from boutiques to large start-ups,such as Snapchat). He loves solving problems using his server-side and client-side development skills and helping other developers grow.