-
Book Overview & Buying
-
Table Of Contents
Django A-Z: Build and Deploy Web Application with Python and Django
By :
Django A-Z: Build and Deploy Web Application with Python and Django
By:
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)
Course Introduction
AI Assistance: ChatGPT and Bard
Django as Framework
Core Django - Starting Our Project
Templates
Model and Migration (Database Stuff)
Fetch Data and Display on Template
Django Forms
Django Messages
Understanding CSS and Bootstrap
Implementing CRUD Functionality
Pagination
Designing Task Page
Designing HomePage Using Bootstrap
Accounts and Authentication
Registration
Login and Logout
Adding Restrictions
Relationship Between Task and User
Securing Our Application
Database: PostgreSQL
Complete Project Deployment
Course Recap and Learning Path Ahead