File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ REQUIREMENTS ?= requirements.txt
2525SYS_PYTHON ?= python3
2626PY_SENTINAL ?= $(VE ) /sentinal
2727WHEEL_VERSION ?= 0.45.1
28- PIP_VERSION ?= 25.2
28+ PIP_VERSION ?= 25.3
2929MAX_COMPLEXITY ?= 10
3030INTERFACE ?= localhost
3131RUNSERVER_PORT ?= 8000
Original file line number Diff line number Diff line change 1111PROJECT_APPS = ['plexus.main' , 'plexus.grainlog' ]
1212USE_TZ = True
1313
14+ MIDDLEWARE += [ # noqa
15+ 'debug_toolbar.middleware.DebugToolbarMiddleware' ,
16+ ]
17+
1418INSTALLED_APPS += [ # noqa
1519 'bootstrapform' ,
1620 'bootstrap4' ,
1721 'plexus.main' ,
1822 'plexus.grainlog' ,
1923 'modelcluster' ,
2024 'taggit' ,
25+ 'debug_toolbar' ,
2126]
2227
2328HOSTMASTER_EMAIL = "hostmaster@columbia.edu"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ contextlib2==21.6.0
7171sentry-sdk == 2.43.0
7272django-bootstrap4 == 25.2
7373django-bootstrap-form == 3.4
74- django-debug-toolbar == 5.2 .0
74+ django-debug-toolbar == 6.1 .0
7575django-smoketest == 1.2.0
7676
7777django-stagingcontext == 0.1.0
You can’t perform that action at this time.
0 commit comments