Skip to content

Commit b9934de

Browse files
committed
slim down README asgi.py description
1 parent b209995 commit b9934de

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ your_app/
5353

5454
## `asgi.py`
5555

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)._
6163

6264
```python
6365

0 commit comments

Comments
 (0)