Book Image

Django A-Z: Build and Deploy Web Application with Python and Django [Video]

By : Shubham Sarda
Book Image

Django A-Z: Build and Deploy Web Application with Python and Django [Video]

By: Shubham Sarda

Overview of this book

Embark on a structured web development journey from scratch with Python as your trusty companion. This course is designed to introduce Django beginners to all the essential concepts, featuring the latest LTS version. Starting with setting up your development environment, we will guide you through the flow and file structure of Django, ensuring you grasp the fundamental building blocks. As we delve deeper into the course, you will unravel the power of Django URLs, views, and templates, allowing you to create dynamic web applications. After that you will be working with worms and fields, equipping you with the skills to create user-friendly interfaces. Unleash the potential of function-based views to handle complex application logic effortlessly. Stay connected with your users through messages and notifications, enhancing the overall user experience. The Django authentication system is demystified as we guide you through the functionality for registration, login, and logout. Elevate your registration process by integrating Crispy Form, ensuring a seamless user journey. Dive into the world of restrictions, understanding how to enforce limitations on specific pages and headers. Next, you will unlock the power of relationships between models, explore concepts, and stay up to date with the latest security updates in Django, securing your applications and protecting user data. And when it's time to deploy your masterpiece, we will cover the four important pillars of successful deployment: Git, GitHub, Heroku, and the Heroku CLI. By the end of this course, you will be equipped to tackle beginner-level projects with confidence, whether you are pursuing internships, starting as a fresher, or embarking on a freelance journey.
Table of Contents (24 chapters)
Free Chapter
1
Course Introduction
2
AI Assistance: ChatGPT and Bard
3
Django as Framework
7
Model and Migration (Database Stuff)
11
Understanding CSS and Bootstrap
15
Designing HomePage Using Bootstrap
22
Database: PostgreSQL
24
Course Recap and Learning Path Ahead
Chapter 12
Implementing CRUD Functionality
Content Locked
Section 2
Editing QuerySet Item – 1
In this video tutorial, you will learn the first steps to edit a QuerySet item in your Django application. You will understand how to retrieve and display the desired data, enabling users to modify specific information within the context of your web application.