-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Django (Python) Web Framework - The Comprehensive Guide
By :
Django (Python) Web Framework - The Comprehensive Guide
By:
Overview of this book
This course offers an in-depth journey into Django, the versatile web framework written in Python. Starting with a foundational understanding, you'll explore the architecture and workflow of Django, from server-client communication to setting up your development environment on both Windows and Mac. Each section builds on the last, ensuring a cohesive learning experience.
You'll delve into core Django concepts such as models, views, and templates, gaining hands-on experience with practical projects like creating a recipe app. Learn to manage databases with Django’s ORM, handle user authentication, and create dynamic, data-driven web pages. The course emphasizes real-world applications, making abstract concepts tangible through continuous practice and examples.
By the end of the course, you'll be proficient in deploying Django applications to Heroku, integrating with REST APIs, and enhancing user interfaces with Bootstrap. This comprehensive guide ensures you have the skills and confidence to build, deploy, and manage Django applications in a professional setting.
Table of Contents (17 chapters)
Introduction
Install Python and Development Setup - Windows and Mac
Django Web Framework Fundamentals - Deep Dive
Django Models and Database - ORM & Migrations
Django QuerySet API
Django Templates and Static Files - The Django Templating Engine
Django Forms and User Inputs
Authentication and Authorization in Django
Styling our Django Web App with Bootstrap
Django Authentication - Creating a User Profile from the User Object
The Django Messaging Framework
Session Management in Django
Adding Favorites Recipe Feature to the App
Delete & Update Recipes
Django REST Framework - Build a REST API
Deploying our Django Web App to Heroku
Customer Reviews