Skip to content

Database schema data Structure

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.


full_data_scheme