Fix debug setting
This commit is contained in:
parent
a405ab44c7
commit
dc6596e45d
@ -103,8 +103,8 @@ MIDDLEWARE = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
INSTALLED_APPS + ['debug_toolbar']
|
INSTALLED_APPS += ['debug_toolbar']
|
||||||
MIDDLEWARE + ['debug_toolbar.middleware.DebugToolbarMiddleware']
|
MIDDLEWARE += ['debug_toolbar.middleware.DebugToolbarMiddleware']
|
||||||
|
|
||||||
|
|
||||||
ROOT_URLCONF = 'ptcoffee.urls'
|
ROOT_URLCONF = 'ptcoffee.urls'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user