Build a discord-like application with Python Django. Visit the finished application at https://studybuddev.herokuapp.com/

Get The Full Django Beginners Course:
https://dennisivy.teachable.com/p/django-beginners-course/?product_id=3222835&coupon_code=BRAD
Use promo code BRAD for 50% off

Dennis Ivy YouTube Channel:
https://www.youtube.com/c/dennisivy

Code For This Project:
https://github.com/divanov11/StudyBud/

Timestamps:
00:00 – Intro
1:10 – Product Demo
4:04 – Prerequisites
5:27 – What is Django
12:52 – Resources & Environment Setup
15:59 – Installation & Setup
31:28- Views & URL’s
39:55 – Templates
1:04:25 – Database & Admin Panel
1:39:00- CRUD
2:06:22 – Search
2:22:27 – User Login
2:32:25 – Flash Messages
2:39:03- User Logout
2:41:45 – Restricted Pages
2:49:00 – User registration
3:01:25 – Chat Room Messages CRUD
3:27:30 – Activity Feed
3:43:00 – User Profile Page
3:53:25- Static Files
4:02:15 – Theme Installation
5:11:50 – Edit User Account Page
5:35:02 – Mobile Responsiveness
5:53:00 – Django REST Framework
6:25:43 – Customizing User model
6:37:35 – Integrating Custom User Model

source

21 Comments

  1. Hey all just a reminder that Django 4.0 is set to released in December 2021. While this course does use Django 3.2, I have read the release notes and confirmed that there are no changes that would affect the code in this video is 100% compatible with Django 4.0

  2. This course is definitely NOT for beginners in Django. It's mostly a project tutorial and not a course. A lot of (complex) things are done without explanation or any background. So even if you have mastered Python before coming to this course, you may not remember or fully understand a lot of things, it is gonna be a copy-paste project without any real knowledge.

  3. Awesome tutorial, thank you!

    I noticed that it works kind of slow, such as when you want to change rooms or view someone's profile, etc. It takes a few seconds to do that. Could you please elaborate on this? Why does this happen, and what can we do to optimize our web apps? I face the same problem when using any technology; my web apps always seem to work slowly.

Leave A Reply

Please enter your comment!
Please enter your name here