Skip to content

Commit 69fd734

Browse files
author
Mark Gibbs
committed
Tweak settings
1 parent a79ec50 commit 69fd734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/demo/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
167167
# can be useful for development especially if offline - we add in the root directory
168168
# of each module. This is a bit of fudge and only needed if serve_locally=True is
169169
# set on a DjangoDash instance.
170+
#
171+
# Note that this makes all of the python module (including .py and .pyc) files available
172+
# through the static route. This is not a big deal for development but at the same time
173+
# not particularly neat or tidy.
170174

171175
if DEBUG:
172176

0 commit comments

Comments
 (0)