Skip to main content

A Django Debug Toolbar panel for Channels

Project description

Django Channels Panel
=====================

A Django Debug Toolbar panel for Channels

About
-----

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

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.*', 'websocket.*'],
``ONLY_GROUPS`` - None,
``EXCLUDE_GROUPS`` - [GROUP_PREFIX + '.*'],
}

License
-------

Uses the `MIT`_ license.


.. _Django Debug Toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar
.. _MIT: http://opensource.org/licenses/MIT

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.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

django_channels_panel-0.0.1-py2-none-any.whl (7.1 kB view hashes)

Uploaded Python 2

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