A proof of concept web app for inspection reports
Find a file
James Devine a8c5ea5e29 Add Flask app factory and update config/routes
Add a Flask application factory that creates and configures the Flask app, registers blueprints, initializes extensions, and sets up HTTPS context. Updated config.py to set database URI, upload folder, and certificate paths. Added a minimal routes module with auth and main blueprints. Updated app.py to use the factory and run the development server with SSL. Also staged new __pycache__ files, app.db, package.json, routes.py, and var directory.
2026-03-07 00:39:18 +01:00
__pycache__ Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
bin first commit 2026-03-05 12:53:58 +01:00
include/site/python3.12/greenlet first commit 2026-03-05 12:53:58 +01:00
lib/python3.12/site-packages first commit 2026-03-05 12:53:58 +01:00
share/man/man1 first commit 2026-03-05 12:53:58 +01:00
var/app-instance Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
app.db Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
app.py Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
config.py Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
lib64 first commit 2026-03-05 12:53:58 +01:00
models.py first commit 2026-03-05 12:53:58 +01:00
package.json Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
pyvenv.cfg first commit 2026-03-05 12:53:58 +01:00
requirements.txt first commit 2026-03-05 12:53:58 +01:00
routes.py Add Flask app factory and update config/routes 2026-03-07 00:39:18 +01:00
utils.py first commit 2026-03-05 12:53:58 +01:00