Django made easy: Build and deploy reliable Django applications

Posted By: silva1410

Django made easy: Build and deploy reliable Django applications
By Peter Vought
English | 2021 | ASIN : B08RXZ6JPP | 237 Pages | EPUB | 27 MB

Django made Easy was written in easy-to-follow way so that even a complete beginner can feel comfortable following along. It takes a project-oriented approach to teaching. Instead of exploring different aspects of the Django framework in isolation, we will be building and deploying real-world, fully functional e-commerce application (available at https://finesauces.store/) to see how all Django pieces come together. We will go through a step-by-step deployment process to provide you with full hands-on development experience. By the end of this book and project, you will be well suited to start creating your own projects and make your ideas become a reality!

Topics covered in this book:
Django 3.1
Views / Models / Templates / URLs
Sessions
File uploads
Stripe payments
User authentication
Deployment
Table of contents:
1 Initial setup
2 Starting our ecommerce project
3 Creating listings application
4 Shopping cart
5 Customers orders
6 Extending administration site
7 Customer accounts
8 Deploying to DigitalOcean

** Note for Windows users **
The project in this book is well tested and performs as expected on macOS and Linux platforms. Windows users might however face some issues when working with 3rd party modules utilized in this book. To remedy this situation, I would recommend exploring Windows Subsystem for Linux (WSL) and setting up the Ubuntu 20.04 LTS version on your machine. More information is available at https://docs.microsoft.com/en-us/windows/wsl/install-win10
*if you opt for this solution, please disregard Windows guide in the book and follow Linux approach.