-
Notifications
You must be signed in to change notification settings - Fork 0
Project Structure
Anthony W. edited this page Oct 4, 2025
·
1 revision
The main app file, loaded by the WSGI web server. Contains the front-end handlers.
Contains all constants and common calculations.
Contains all functions that contact the database.
Contains functions relating to accounts.
Contains all Jinja HTML templates.
Contains static files, like images, CSS, and JS.
Contains server-side authentication, like API keys. Read /secrets/README.md for more info.