Independently published, 2020. — 250 p. — ISBN 9798563417199.
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
Initial setup
Starting our ecommerce project
Creating listings application
Shopping cart
Customers orders
Extending administration site
Customer accounts
Deploying to DigitalOcean