EP_inspection_tool_proto/__pycache__/app.cpython-312.pyc
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

2.6 KiB