Comment out debug_toolbar for DEBUG version
This commit is contained in:
parent
bea1f40b1b
commit
d7d831a831
1 changed files with 2 additions and 1 deletions
|
@ -19,5 +19,6 @@ MIDDLEWARE_CLASSES += ("debug_toolbar.middleware.DebugToolbarMiddleware",)
|
||||||
|
|
||||||
INSTALLED_APPS += (
|
INSTALLED_APPS += (
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
'debug_toolbar'
|
# debug_toolbar seems to conflict with multisite (and djangocms_multisite)
|
||||||
|
# 'debug_toolbar'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue