Remove channel panel.
This commit is contained in:
parent
3ba47f95bc
commit
70b853b669
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue