Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Krukov/django-channels-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

A Django Debug Toolbar panel for Channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •