Build Real-Time Live Dashboards with Django Channels: A Step-by-Step Tutorial 👨🏻‍💻

preview_player
Показать описание
Tutorial on how to build Real-Time Live Dashboards with Django Channels 🔥

If you're looking to create stunning, real-time dashboards for your data, look no further than Django Channels. In this video, you'll learn how to build dynamic and interactive dashboards using Django Channels & Chart Js. We'll go through the process of creating a real-time data visualization application from start to finish 🚀

🔥 MY BEST DJANGO UDEMY COURSE with discount % (reusable components, OTP, exporting data etc.):

🔥 FREE Python Object Oriented Programming (OOP) pdf:

🔥 Django & Javascript free version:

🔥 Annotate vs Aggregate tutorial:

🔥 Join the Facebook group:

🔥 Follow pyplane on:

🔥 More on python and django:

#pythondjango #djangotutorial #djangoproject

django channels, django tutorial, django real time, django channels tutorial, django channels chat app, django channels real time, django channels real time data, django tutorial 2023, django project tutorial, django project, django real time projects, django live dashboard, chart js,chart js tutorial, django chart js, django development tutorial, python django developer, django programming, web development full course, django full course, django coding
Рекомендации по теме
Комментарии
Автор

Haven't used channels for over a year now... soon will have to implement real time functionality in my Saas project. What abou you? What will you build with this package next? 🤔

Pyplane
Автор

I was literally waiting for Django channel videos from you sir. Thanks a lot. Keep posting amazing content. Please make some cool django channel videos else than creating chatting application

nehat
Автор

It would be interesting to see Django content where apps are being built starting from say Themeforest html-templates and then injecting functions and bringing content using backend step by step and block by block. It makes more sense to beginners building one section at the time than hopping code for 1 hour then trying to explain all the 40 .py files. :D

stuffinfinland
Автор

Great tutorial, and I have one tip.
If use redirect then method from the model.get_absolute_url is used as default so we don't have to specify.

MonsterUKF
Автор

thanks for this valuable tutorial please keep posting more advanced django channels videos

fadyghalayiny
Автор

thanks for your hard work, but is it going to work with windows too, because I remember that I need to install redis on my machine and run it.

mrsilver
Автор

Thank you for this valuable content, can you share the name of resources i.e books, because I am writing my thesis about Real-Time Live Dashboards.

coderscommunity
Автор

Really Good video to kick start this project can you please share github link of this project

herambmishra
Автор

Great video! But what parameters were in the CASCADE() function? When I enter the 'makemigrations' command, it gives me an error(4 positional arguments required).

shaunjohnson
Автор

I wonder why people are not liking this video or videos from this author... Please all must click to like guys!...

geetcyberlab
Автор

Thank you for new courses.
How fix:"result = await connection.bzpopmin(channel, timeout=timeout)
aioredis.errors.ReplyError: ERR unknown command 'BZPOPMIN'" on windows?
Meybe better do this tutorial on linux?

PP-tczp
Автор

how do you make sure that data is relayed for a specific logged in user?

saifa
Автор

Hey, Can you provide a repo to this code possibly?

mehedikhan
Автор

i have recently spend lots of time with channel to make a real time quiz app that can be used at collages

yogeshyts
Автор

how to make a websocket to send data from db to an html with django channels?

samp
Автор

can we build this without using channels and only using htmx or ajax ?

djangodeveloper
Автор

The websocket fail to connect on production server. Because of Https

ajibadeyakubadebare
Автор

Hello ! Did anyone have an experience how to deploy those websockets ? Local version is working fine, but web-version send me insecure warnings. Please help !

fredhare
Автор

sir, could you please share the source code

indraxios
Автор

hey, I Have done the tutorial everything is working fine except at the part of chartjs at const response=await fetch(window.location.href + 'chart/') this code is giving me error, I have tried using different browser but I am getting the same error for all browsers error from console :VM1126:1 Uncaught (in promise) SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
await (async)
I have set everything according to the tutorial

muddymkamba