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 ae6c69c commit 8370380Copy full SHA for 8370380
django_plotly_dash/tests.py
@@ -292,7 +292,8 @@ def test_local_serving(settings):
292
'Test local serve settings'
293
294
from django_plotly_dash.util import serve_locally, static_asset_root, full_asset_path
295
- assert serve_locally() == settings.DEBUG
+ # Now default to serving all files locally
296
+ assert serve_locally() == True
297
assert static_asset_root() == 'dpd/assets'
298
assert full_asset_path('fred.jim', 'harry') == 'dpd/assets/fred/jim/harry'
299
0 commit comments