Python Django Realtime Chat Project - Full Course

Python Django Realtime Chat Project - Full Course

Code With Stein

3 года назад

125,165 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Ignis_Media
@Ignis_Media - 21.10.2023 21:14

Hey Stein, will you do a video on deploying a project like this? I've been struggling for 2 days and see a lot of people struggling with the exact same issue. Thank you

Ответить
@rohitbachwani798
@rohitbachwani798 - 23.10.2023 06:21

Hi
Is it possible to send an automated hardcoded dummy reply to the group once a user sends a message?

Ответить
@sdengineer
@sdengineer - 23.10.2023 22:04

Update to the chatrooms project.
1) python -m pip install -U 'channels[daphne]'
2) listing 'daphne' on top of installed apps on the settings file.

This will help in taking care of chat functionality if it is not working.

Ответить
@Mohammed-n2i4b
@Mohammed-n2i4b - 01.11.2023 17:03

After I log in it doesn't redirect me to the "rooms" page, instead it redirects me to "accounts/profile/", what did I mess up?

Ответить
@NynikaSuji
@NynikaSuji - 11.11.2023 07:40

how i connect with my backend

Ответить
@NynikaSuji
@NynikaSuji - 11.11.2023 07:48

how i connect backend using api

Ответить
@NynikaSuji
@NynikaSuji - 11.11.2023 07:49

really thank you sir

Ответить
@8NLD8
@8NLD8 - 26.11.2023 04:51

thanks a lot ur videos are great!, as soon as i have some money to spare ill join ur patreon !

Ответить
@cookiebrains
@cookiebrains - 30.11.2023 12:40

Thank you, this is very helpful <3

Ответить
@swishers2807
@swishers2807 - 10.12.2023 23:41

bro, your video helped me understand everything more or less

Ответить
@mrmine8569
@mrmine8569 - 20.12.2023 10:19

You didn’t show the function of creating a room, where you create and add someone.

Ответить
@JOROSSOCAMPO-v2u
@JOROSSOCAMPO-v2u - 23.12.2023 11:32

GOOD AFTERNOON SIR
!

Ответить
@JOROSSOCAMPO-v2u
@JOROSSOCAMPO-v2u - 23.12.2023 11:34

Good Afternoon Sir!!

Ответить
@JOROSSOCAMPO-v2u
@JOROSSOCAMPO-v2u - 25.12.2023 06:02

Good morning and a merry Christmas!!!! I'm experiencing a mistake here, the maximum messages that a room can take is only 25 messages, how can I fix this?

Ответить
@bhavnaphate4501
@bhavnaphate4501 - 29.12.2023 21:52

Thank you for video...But I am getting one error and stucked on that please help me resolve that...The error is TemplateDoesNotExist at /
core/frontend.html

Ответить
@bhavnaphate4501
@bhavnaphate4501 - 01.01.2024 14:44

Also my logout page is not working

Ответить
@soniaerdei6014
@soniaerdei6014 - 07.01.2024 00:35

pip install channels==3.0.5 if you are having problems

Ответить
@greatest5902
@greatest5902 - 10.01.2024 02:37

great tutorial, thanks!

Ответить
@bhavnaphate4501
@bhavnaphate4501 - 12.01.2024 13:14

Why I am getting the error-Not found /favicon.ico and websocket is already in closing or closed state

Ответить
@bhavnaphate4501
@bhavnaphate4501 - 14.01.2024 14:25

My messages are not saved why is that happening

Ответить
@AshMendes-s4n
@AshMendes-s4n - 19.01.2024 16:53

This video was really helpful and amazing . Thank you so much . But when i try to submit the input in , it doesnt appear above , not sure whats missing

Ответить
@sangeetaupadhye7439
@sangeetaupadhye7439 - 03.03.2024 15:54

work/:90 WebSocket is already in CLOSING or CLOSED state.
m getting this error

Ответить
@soulfibre6695
@soulfibre6695 - 11.03.2024 07:44

Awesome tut
Thank you very much, sir!

Ответить
@benphat9746
@benphat9746 - 21.03.2024 14:05

Hello. my message can't save and I don't know how to fix it. Can u help me pls =)))

Ответить
@joshuajuniorswiga
@joshuajuniorswiga - 12.04.2024 20:13

Could you please provide the source code?

Ответить
@islomavezov-pk4eb
@islomavezov-pk4eb - 13.04.2024 00:48

hello stein, why logout doesn't work, i check all your code from my code, everything is solid but didn't work.

Ответить
@eswarchinnam4046
@eswarchinnam4046 - 23.04.2024 18:55

Every thing is good ..but messages are not sending..!can you please help anyone!

Ответить
@sanaullahlabib
@sanaullahlabib - 17.05.2024 17:26

please help me to find the base,html and front.html?

Ответить
@JacobSean-iy3tl
@JacobSean-iy3tl - 22.05.2024 12:41

awesome content as always

Ответить
@dhruvkalal9062
@dhruvkalal9062 - 15.06.2024 11:05

why my asgi/channels development server is not starting it starting as simple server

Ответить
@ayeezaa_me
@ayeezaa_me - 20.07.2024 03:54

Please help me to see the django administration

Ответить
@adi_ch.10503
@adi_ch.10503 - 08.08.2024 16:15

The messages are not shown to me

Ответить
@adi_ch.10503
@adi_ch.10503 - 08.08.2024 21:52

The Chats are not coming, I tried for the 3rd time, its still the aame fault. I even installed the version you used and went step after step, its still not resolved

Ответить
@ismaelkf
@ismaelkf - 12.08.2024 16:50

If you are having trouble loging out use this in your base.html: <form method="post" action="{% url 'logout' %}">
{% csrf_token %}
<button type="submit">logout</button>
</form>

I spent two hours trying to find the error.

Ответить
@groodbrood8950
@groodbrood8950 - 15.08.2024 17:01

This app is NOT real time. can you pls make teach us how to make it real time witch means it will connect to the server and an update is the messages model it rerecives the messages and updates real time? pls ;(

Ответить
@michaelshevelin2234
@michaelshevelin2234 - 01.09.2024 20:39

Thank you for the video! How would you modify the code in order to process the message(analyze, modify, create additional objects)? Thnx in advance!

Ответить
@Gp.Nwaobia
@Gp.Nwaobia - 06.09.2024 05:51

Mine is not showing colour

Ответить
@Gp.Nwaobia
@Gp.Nwaobia - 06.09.2024 16:01

My sign up page is not working

Ответить
@Udhay-007
@Udhay-007 - 30.10.2024 14:26

Is this tutorial okay for beginners? Anyone??

Ответить
@hellenicpirate3050
@hellenicpirate3050 - 29.04.2025 16:41

Hi nice video, how can we put an app like this inside docker containers ?

Ответить
@prathameshkorde308
@prathameshkorde308 - 06.05.2025 08:28

hello sir i am facing problem regarding to sending msg in chat application when i log in and enter in room and send msg in chat the msg will never shown and in my terminal "Not Found: /ws/work/ Not Found: /ws/work/" this is shown please guide me to resolve the issue

Ответить