setting serve_locally to True when creating DjangoDash seems to result in an error,
is there anything that needs to be done for this to work?
Also,
was trying to add local css files which doesn't seem to work - not sure what is the correct way of doing it
Tried:
app.css.append_css('/static/loader.css')
(to load the 'loading...' animation for long callbacks)