A proof of concept web app for inspection reports
Find a file
James Devine cb3db118d0 Add Flask app and routes for basic authentication
Implemented a Flask application factory with SQLAlchemy, Flask-Login, and CSRF protection. Added auth and main blueprints providing login, logout, and index routes. Staged new source files, database, and compiled bytecode. Updated configuration to serve over HTTPS in development.
2026-03-07 06:01:28 +01:00
__pycache__ Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +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
app.db Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +01:00
app.py Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +01:00
config.py first commit 2026-03-05 12:53:58 +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
new.db Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +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 and routes for basic authentication 2026-03-07 06:01:28 +01:00
testdb.sqlite Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +01:00
testfile Add Flask app and routes for basic authentication 2026-03-07 06:01:28 +01:00
utils.py first commit 2026-03-05 12:53:58 +01:00