Skip to content

Commit 87854e4

Browse files
authored
Merge pull request #2743 from ccnmtl/dependabot/pip/django-debug-toolbar-6.1.0
Bump django-debug-toolbar from 5.2.0 to 6.1.0
2 parents f69cec3 + d569b86 commit 87854e4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

django.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ REQUIREMENTS ?= requirements.txt
2525
SYS_PYTHON ?= python3
2626
PY_SENTINAL ?= $(VE)/sentinal
2727
WHEEL_VERSION ?= 0.45.1
28-
PIP_VERSION ?= 25.2
28+
PIP_VERSION ?= 25.3
2929
MAX_COMPLEXITY ?= 10
3030
INTERFACE ?= localhost
3131
RUNSERVER_PORT ?= 8000

plexus/settings_shared.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@
1111
PROJECT_APPS = ['plexus.main', 'plexus.grainlog']
1212
USE_TZ = True
1313

14+
MIDDLEWARE += [ # noqa
15+
'debug_toolbar.middleware.DebugToolbarMiddleware',
16+
]
17+
1418
INSTALLED_APPS += [ # noqa
1519
'bootstrapform',
1620
'bootstrap4',
1721
'plexus.main',
1822
'plexus.grainlog',
1923
'modelcluster',
2024
'taggit',
25+
'debug_toolbar',
2126
]
2227

2328
HOSTMASTER_EMAIL = "hostmaster@columbia.edu"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ contextlib2==21.6.0
7171
sentry-sdk==2.43.0
7272
django-bootstrap4==25.2
7373
django-bootstrap-form==3.4
74-
django-debug-toolbar==5.2.0
74+
django-debug-toolbar==6.1.0
7575
django-smoketest==1.2.0
7676

7777
django-stagingcontext==0.1.0

0 commit comments

Comments
 (0)