Skip to content

Commit 38ae51b

Browse files
committed
add app
1 parent 955a36c commit 38ae51b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mediathread/settings_shared.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
'rest_framework',
106106
'django_celery_results',
107107
's3sign',
108+
'debug_toolbar',
108109
]
109110

110111
THUMBNAIL_SUBDIR = "thumbs"
@@ -255,10 +256,6 @@ def default_url_processor(url, label=None, request=None):
255256
DCS_SESSION_COOKIE_SAMESITE = 'None'
256257

257258
if DEVELOPMENT:
258-
INSTALLED_APPS = [
259-
*INSTALLED_APPS,
260-
'debug_toolbar',
261-
]
262259
MIDDLEWARE = [
263260
'debug_toolbar.middleware.DebugToolbarMiddleware',
264261
*MIDDLEWARE,

0 commit comments

Comments
 (0)