File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ your_app/
53
53
54
54
## ` asgi.py `
55
55
56
- To start, we'll need to use [ ` channels ` ] ( https://channels.readthedocs.io/en/stable/ ) to
57
- create a ` ProtocolTypeRouter ` that will become the top of our ASGI application stack.
58
- Under the ` "websocket" ` protocol, we'll then add a path for IDOM's websocket consumer
59
- using ` IDOM_WEB_MODULES_PATH ` . If you wish to change the route where this
60
- websocket is served from, see the available [ settings] ( #settings.py ) .
56
+ Follow the [ ` channels ` ] ( https://channels.readthedocs.io/en/stable/ )
57
+ [ installation guide] ( https://channels.readthedocs.io/en/stable/installation.html ) in
58
+ order to create ASGI websockets within Django. Then, we will add a path for IDOM's
59
+ websocket consumer using ` IDOM_WEBSOCKET_PATH ` .
60
+
61
+ _ Note: If you wish to change the route where this websocket is served from, see the
62
+ available [ settings] ( #settings.py ) ._
61
63
62
64
``` python
63
65
You can’t perform that action at this time.
0 commit comments