Python Django 4 Crash Course For Beginners | Build a Student Management System | Django in 2 Hours
In this crash course, we will teach you Django 4 by building a student management system that allows for creating, reading, updating, and deleting students’ information.
Source Code on GitHub:
COURSE CONTENTS
00:00:00 Introduction
00:00:20 CRUD Operations
00:00:44 Project Overview
00:01:47 Why Django
00:02:44 Why Bootstrap
00:03:15 Why Bootswatch
00:03:45 Prerequisites
00:05:26 Create a Project Directory
00:05:54 Virtual Environments
00:08:12 Install Django
00:08:52 Create a Django Project
00:10:17 Django Project Structure
00:13:20 Create the Students App
00:14:29 Django App Structure
00:15:38 Add Students App to
00:16:10 Views
00:17:11 Templates
00:18:32 URLs
00:23:23 Database Models
00:24:28 Create the Student Model
00:27:13 Migrations
00:29:14 DB Browser for SQLite
00:29:40 View All Students - View
00:32:07 Download a Bootswatch Theme
0