1
Introduction
2
Django as Framework
3
Project Setup
4
Core Django - Starting Our Project
5
Templates
6
Model and Migration (Database Stuff)
7
Fetch Data and Display On Template
8
Django Forms
9
Django Messages
10
Understanding CSS and Bootstrap
11
Implementing CRUD Functionality
12
Pagination
13
Designing Task Page
14
Designing Home Page Using Bootstrap
15
Accounts & Authentication
16
Registration
17
Login & Logout
18
Adding Restriction
19
Relationship Between Task & User
20
Securing our Application
21
Database: PostgreSQL
22
Complete Project Deployment
23
Bonus