-
Couldn't load subscription status.
- Fork 1.1k
Open
Description
Django Channels is an async library for Django that has a tutorial about building out a chat application. It's a common websocket interface. We should add that to our example app for easier manual testing. It would also serve as a way to prove that Debug Toolbar works with Django Channels
https://channels.readthedocs.io/en/latest/tutorial/index.html
References: #1413