A Django Debug Toolbar panel for Channels
This is a panel for Django Debug Toolbar that displays channels, groups and consumers events.
Install using pip:
pip install django-channels-panel
Then add channels_panel to your INSTALLED_APPS so that we can find the
templates in the panel. Also, add 'channels_panel.panel.ChannelsDebugPanel'
to your DEBUG_TOOLBAR_PANELS.
Use CHANNELS_PANEL for configure django-channels-panel:
Defaults:
"ONLY_CHANNELS" - None "EXCLUDE_CHANNELS" - ['http.*', ] "ONLY_GROUPS" - None "EXCLUDE_GROUPS" - ['debug' + '.*']
Uses the MIT license.
