We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171ab6b commit 36aa88bCopy full SHA for 36aa88b
eatsmart/settings/dev.py
@@ -8,6 +8,8 @@
8
'debug_toolbar',
9
)
10
11
+MIDDLEWARE_CLASSES.insert(0, 'debug_toolbar.middleware.DebugToolbarMiddleware')
12
+
13
DEBUG_TOOLBAR_CONFIG = {
14
'SHOW_TOOLBAR_CALLBACK': lambda request: True,
15
}
requirements/dev.txt
@@ -1,5 +1,5 @@
1
-r base.txt
2
-django-debug-toolbar==1.8
+django-debug-toolbar==1.4
3
# Required by django-debug-toolbar
4
sqlparse==0.1.18
5
0 commit comments