You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xiaofeng Xie edited this page Feb 7, 2023
·
1 revision
Database schema/data Structure
The data structure of Django is defined by models.py file inside web/file_manager/ folder. Details on how to create queries can be found in the official Django guide. These queries can be executed in the main server app, processing applications, visualization apps, and Jupiter notebooks.