Django is the most famous Python web framework for perfectionists with deadlines.
Let's learn Django by creating a Bookstore app with user authentication, file uploading, reviews on books and many more features
๐Django has many features ๐
Ridiculously fast.
Fully loaded.
Reassuringly secure.
Exceedingly scalable.
Incredibly versatile.
Source code - https://github.com/bitfumes/django-course
๐ Course Contents ๐
โณ (00:00:00) Intro and What we will Learn
โณ (00:05:15) Install and Setup
โณ (00:11:52) Start New Project
โณ (00:18:42) File Structure
โณ (00:25:52) Start New App
โณ (00:33:10) Register App & URL
โณ (00:44:47) Using Template
โณ (00:51:49) Load Data from JSON file
โณ (00:58:37) Design using Tailwindcss
โณ (01:02:40) Dynamic Routing
โณ (01:09:34) Template Filter and Tags
โณ (01:16:19) Database Migration & Model
โณ (01:26:56) Migration Update
โณ (01:31:17) Query Filter & Create
โณ (01:39:43) Show Data from Database
โณ (01:44:39) Intro to Django Admin
โณ (01:50:37) Django Admin CRUD
โณ (01:58:42) Handle Not Found 404
โณ (02:05:47) Form CSRF Token
โณ (02:12:08) Store New Review
โณ (02:23:37) Order by Review & Link Book
โณ (02:31:21) Generic List View
โณ (02:41:11) Generic Detail View
โณ (02:46:41) Relationship in Django
โณ (02:58:02) Template Inheritance
โณ (03:05:56) Many to Many Relationship
โณ (03:19:07) Query Many to Many Relationship
โณ (03:26:29) Authentication Intro
โณ (03:33:42) Login and Redirect User
โณ (03:41:23) Using Middleware
โณ (03:49:02) Logout a User
โณ (03:58:50) Restrict user on template
โณ (04:04:38) Connect user with Review
โณ (04:14:02) Reset Password
โณ (04:24:16) Email SMTP settings
โณ (04:37:33) Image upload for Book
โณ (04:48:21) Store image for Review
โณ (04:55:54) Working with Django Forms
โณ (05:05:55) Upload File with model form
โณ (05:17:35) Prepare Django for deployment
โณ (05:30:53) Deploy Django to Heroku
Top comments (0)