Skip to main content

A Django Debug Toolbar panel for Channels

Project description

A Django Debug Toolbar panel for Channels

About

This is a panel for Django Debug Toolbar that displays channels, groups and consumers events.

docs/screenshot.png

Installation

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.

Configuration

Use CHANNELS_PANEL for configure django-channels-panel:

Defaults:

"ONLY_CHANNELS" -  None
"EXCLUDE_CHANNELS" - ['http.*', ]
"ONLY_GROUPS" - None
"EXCLUDE_GROUPS" - ['debug' + '.*']

License

Uses the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-channels-panel-0.0.5.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distributions

django_channels_panel-0.0.5-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

django_channels_panel-0.0.5-py2.py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page