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 a79ec50 commit 69fd734Copy full SHA for 69fd734
demo/demo/settings.py
@@ -167,6 +167,10 @@
167
# can be useful for development especially if offline - we add in the root directory
168
# of each module. This is a bit of fudge and only needed if serve_locally=True is
169
# 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.
174
175
if DEBUG:
176
0 commit comments