Skip to content

Commit e80d424

Browse files
committed
fix(dev): render toolbar
1 parent 04d0eed commit e80d424

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydotorg/settings/local.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
ALLOWED_HOSTS = ['*']
77
INTERNAL_IPS = ['127.0.0.1']
88

9+
DEBUG_TOOLBAR_CONFIG = {
10+
"SHOW_TOOLBAR_CALLBACK" : lambda request: True,
11+
}
12+
913
# Set the path to the location of the content files for python.org
1014
# For example,
1115
# PYTHON_ORG_CONTENT_SVN_PATH = '/Users/flavio/working_copies/beta.python.org/build/data'

0 commit comments

Comments
 (0)