Update README

For run Daphe server you need write ':' instead of '.' to use your channel_layer from asgi.py
This commit is contained in:
Artem Khomenko 2016-03-15 23:12:58 +02:00
parent ef22ac9528
commit a0b2e2b72c

View File

@ -17,4 +17,4 @@ Running
Simply point Daphne to your ASGI channel layer instance, and optionally
set a bind address and port (defaults to localhost, port 8000)::
daphne -b 0.0.0.0 -p 8001 django_project.asgi.channel_layer
daphne -b 0.0.0.0 -p 8001 django_project.asgi:channel_layer