Skip to content

Commit fa5db7b

Browse files
authored
Create README.md
1 parent 8a8a8df commit fa5db7b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AppChatPython
2+
Chat in Django Python websockets redis
3+
4+
*NOTE*
5+
you must have python 2.27\3 install on your machine
6+
7+
###RUN
8+
9+
For those who do not have pip installed already
10+
python -m pip install channels
11+
12+
or
13+
14+
pip install channels
15+
16+
17+
to run the server you must enter
18+
19+
python manage.py runserver
20+
21+
after the run
22+
23+
the URL : http://localhost:8000/chat/index should direct you to the chat page
24+

0 commit comments

Comments
 (0)