Database schema data Structure - RTKlab-BYU/MSConnect GitHub Wiki
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.
