Real-Time Notifications with Django, Django Rest Framework, Channels, React | Part 1: Backend Set Up

preview_player
Показать описание
Tutorial on Real-Time Notifications in Python using Django, Django Rest Framework, Channels, React

For beginners watch my other video on live dashboards first:

Get ready to dive into the world of real-time notifications with Django Channels, Django Rest Framework, and React! In this video, you will learn how to create a powerful and scalable notification system for your web application. We'll start by setting up the backend, where we'll cover topics such as nested serializers, creating WebSockets with Django Channels, and securing our API with the Django Rest Framework. From there, we'll move on to the frontend and see how to integrate our notifications with React, making it a breeze to keep your users informed and engaged. With step-by-step instructions and plenty of hands-on examples, you'll be able to implement real-time notifications in your own project with ease. So sit back, grab a notebook, and let's get started on building an amazing notification system

🔥 FREE Python Object Oriented Programming (OOP) pdf:

🔥 Join the Facebook group:

🔥 Follow pyplane on:

#pythondjango #djangotutorial #djangoproject

django tutorial, django channels, django real time projects, django real time notifications, django live notifications, django react, django rest framework, django rest framework tutorial, django react js project, django rest framework channels, django channels rest framework, django channels tutorial, django + react tutorial, django react js, django rest framework project, django channels project, django tutorial 2023, django rest framework tutorial 2022
Рекомендации по теме
Комментарии
Автор

amazing i have been waiting for this long time --- all love

ashrf
Автор

Thank you so much for these videos they help a lot 😀👌👌

somarm
Автор

I was searching for such project from a long time, but couldn't find any, Thank you

ritankarbhattacharjee
Автор

related_name should have a meaning based on the reverse relationship between User and Post, django sets its default to "post_set". It could be "posts", because when you want to acess the related posts from an author, you want to use author.posts instead of author.author, because it's more meaningful. Nice video anyways!!

dev.celiojr
Автор

Se puede hacer lo mismo con django rest framework y React native expo?, me refiero a las notificaciones en tiempo real.

cityfight
Автор

Is there a tutorial on creating the front-end as shown in the beginning of the video?

GunnarGuitarist
Автор

Make a complete tutorial on django and htmx.

guptaji
Автор

what about with react native notification with django ?

dreamaccess
Автор

But the counter like does not increase in real time.

JuanitoOrtega