mirror of
https://github.com/django/daphne.git
synced 2024-11-11 02:26:35 +03:00
commit
ddcac026af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user