Introduction to the Django Framework
00:00
Building a Blog Application with Django
00:00
Understanding URLs and View Functions in Django
00:00
Creating Dynamic Pages with HTML Templates
00:00
Organizing Projects with Django Applications
00:00
Working with Django Data Models
00:00
Managing Database Migrations in Django
00:00
Database Operations Using the Django ORM
00:00
Managing Content with the Django Admin Panel
00:00
Using Template Tags for Dynamic Rendering
00:00
Creating Custom Model Methods in Django
00:00
Handling Static Assets and Images
00:00
Reusing Layouts with Template Inheritance
00:00
Working with URL Parameters in Django
00:00
Implementing Named URLs for Better Routing
00:00
Designing an Article Detail Page Template
00:00
Managing Media File Uploads in Django
00:00
Creating and Configuring an Accounts Application
00:00
Building a User Registration Form
00:00
Saving and Managing User Data
00:00
Creating a User Login Interface
00:00
Implementing User Authentication and Login
00:00
Managing User Logout Functionality
00:00
Restricting Access with Login Requirements
00:00
Redirecting Users After Successful Login
00:00
Building Forms Directly from Models
00:00
Establishing Relationships with Foreign Keys
00:00
Checking User Authentication Status
00:00
Customizing Homepage Redirection Logic
00:00
Styling the Django Application – Part 1
00:00
Styling the Django Application – Part 2
00:00
Creating SEO-Friendly Slugs from Titles
00:00