Python Django From Scratch
Learn Django by building a blog application
💻 Source code -
💻 Resources
🤔If you have any doubt, you can join our discord community🤔
Discord link:
Share your feedbacks in the comment section 😊.
------------------------------------------------------------------------------------
📱Social media📱
Instagram:
Twitter: @hacktocode
Timestamps:
00:00:00 - Introduction
00:03:16 - Django and VS Code setup
00:06:18 - Initial setup
00:10:05 - Views and URLs
00:15:57 - Apps
00:24:28 - Templates
00:40:57 - Starting the project
00:43:34 - Models and Admin
00:57:16 - Posts CRUD
01:39:37 - Login functionality
01:53:28 - Logout
01:55:52 - Register
02:05:16 - Static files, themes and images
02:22:39 - Authorization in posts
02:30:17 - View account
02:36:41 - Search
02:43:47 - Comments
02:55:40 - Assignment