Комментарии:
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
ОтветитьHi nice video, how can we put an app like this inside docker containers ?
ОтветитьIs this tutorial okay for beginners? Anyone??
ОтветитьMy sign up page is not working
ОтветитьMine is not showing colour
Ответить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!
Ответить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 ;(
Ответить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.
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
ОтветитьThe messages are not shown to me
ОтветитьPlease help me to see the django administration
Ответитьwhy my asgi/channels development server is not starting it starting as simple server
Ответитьawesome content as always
Ответитьplease help me to find the base,html and front.html?
ОтветитьEvery thing is good ..but messages are not sending..!can you please help anyone!
Ответитьhello stein, why logout doesn't work, i check all your code from my code, everything is solid but didn't work.
ОтветитьCould you please provide the source code?
ОтветитьHello. my message can't save and I don't know how to fix it. Can u help me pls =)))
ОтветитьAwesome tut
Thank you very much, sir!
work/:90 WebSocket is already in CLOSING or CLOSED state.
m getting this error
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
ОтветитьMy messages are not saved why is that happening
ОтветитьWhy I am getting the error-Not found /favicon.ico and websocket is already in closing or closed state
Ответитьgreat tutorial, thanks!
Ответитьpip install channels==3.0.5 if you are having problems
ОтветитьAlso my logout page is not working
Ответить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
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?
ОтветитьGood Afternoon Sir!!
ОтветитьGOOD AFTERNOON SIR
!
You didn’t show the function of creating a room, where you create and add someone.
Ответитьbro, your video helped me understand everything more or less
ОтветитьThank you, this is very helpful <3
Ответитьthanks a lot ur videos are great!, as soon as i have some money to spare ill join ur patreon !
Ответитьreally thank you sir
Ответитьhow i connect backend using api
Ответитьhow i connect with my backend
Ответить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?
Ответить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.
Hi
Is it possible to send an automated hardcoded dummy reply to the group once a user sends a message?
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
Ответить