Build A Full Stack Django App (with PostgresDB) | Django Beginners Tutorial

Опубликовано: 02 Июнь 2025
на канале: Matt Makes Code
1,123
39

Hello  @MattMakesCode  Community 👋

Welcome to a simple tutorial on DJANGO.

This video is for DJANGO BEGINNERS who want to learn how to build a full stack Django app from scratch. We will be building a Notes app that has:

CRUD functionality
Connected to Postgres DB

In the video we will cover:

Django Setup
CRUD view classes with Generic views (ListView, CreateView, UpdateView, DeleteView)
Connect database to Postgres and keep data from previous db
Connect static files
And more!

By the end of this tutorial, you will know how to build a Django App on your own.

If this video helps you please like the video and subscribe to the channel ❤️

Thanks for watching,
MattMakesCode 🙂💻

-----------------------------------------------------------------

SOURCE CODE:

https://github.com/sgmselli/Django-CR...

-----------------------------------------------------------------

CHAPTERS:

00:00 Introduction
00:39 Django Setup
3:40 Create Model
5:20 Add Data From Shell
6:30 ListView & List Notes Page
12:06 CreateView & Create Notes Page
19:17 Base.html & Navbar
24:00 UpdateView & Update Notes Page
29:45 DeleteView & Delete Notes Page
32:28 Connect To PostgresDB
37:25 Add CSS files