Project structure¶
TODO: Explain the structure of an uproot project.
Topics to cover:
- main.py and its role
- App modules and init.py
- The templates directory
- The static directory
- pyproject.toml and dependencies
- The database file (uproot.sqlite3)
- Configuration in main.py (ADMINS, rooms, configs)