Earlier was using dash server with a base.py which runs dash app server to run the files which was combined using dashboard.py which renders data from files A and B which has data and responsive UI.
Now trying to move it to django using django-plotly-dash. Could someone help one this.
File Structure: base.py - dash app server
dashboard.py - from base imports app, from a imports a_tab (which contains a dataframe) from b imports b_tab (which contains a dataframe) runs server
both a.py and b.py --- from base imports app
Have setup everything with django-plotly-dash but the data is not populating by clicking UI.