You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DJANGO PROJECTS/Chat/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@
2
2
3
3
## Chat system build with Django and Channels
4
4
5
-
Django == 4.1.4
6
-
channels == 3.0.4
5
+
This a simple web application where you can chat in real time. User can send the message to other users available inside the room and read the other's messages.
6
+
7
+
You can test it creating two accounts and opening one in browser and other in private browser. Then you will be able to see the messages .
0 commit comments