We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1068c commit 777803dCopy full SHA for 777803d
django.mk
@@ -25,7 +25,7 @@ REQUIREMENTS ?= requirements.txt
25
SYS_PYTHON ?= python3
26
PY_SENTINAL ?= $(VE)/sentinal
27
WHEEL_VERSION ?= 0.45.1
28
-PIP_VERSION ?= 25.2
+PIP_VERSION ?= 25.3
29
MAX_COMPLEXITY ?= 10
30
INTERFACE ?= localhost
31
RUNSERVER_PORT ?= 8000
quizcon/settings_shared.py
@@ -22,12 +22,14 @@
22
'courseaffils',
23
'lti_provider',
24
'quizcon.main',
+ 'debug_toolbar',
]
ALLOWED_HOSTS += ['127.0.0.1'] # noqa
MIDDLEWARE += [ # noqa
- 'quizcon.main.middleware.WhoDidItMiddleware'
+ 'quizcon.main.middleware.WhoDidItMiddleware',
32
+ 'debug_toolbar.middleware.DebugToolbarMiddleware',
33
34
35
THUMBNAIL_SUBDIR = "thumbs"
0 commit comments