Skip to content

Issue displaying data from dash file which imports data from other dash files #341

@santhoshakashs24

Description

@santhoshakashs24

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions