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