Remove channel panel.

This commit is contained in:
Víðir Valberg Guðmundsson 2017-04-19 23:53:43 +02:00
parent 3ba47f95bc
commit 70b853b669

View file

@ -112,7 +112,6 @@ if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
INSTALLED_APPS += [
'debug_toolbar',
'channels_panel'
]
MIDDLEWARE = ['debug_toolbar.middleware.DebugToolbarMiddleware'] + MIDDLEWARE
INTERNAL_IPS = "127.0.0.1"
@ -129,7 +128,6 @@ if DEBUG:
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel',
'channels_panel.panel.ChannelsDebugPanel',
]
LOGGING = {