A proof of concept web app for inspection reports
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. |
||
|---|---|---|
| __pycache__ | ||
| bin | ||
| include/site/python3.12/greenlet | ||
| lib/python3.12/site-packages | ||
| share/man/man1 | ||
| app.db | ||
| app.py | ||
| config.py | ||
| lib64 | ||
| models.py | ||
| new.db | ||
| pyvenv.cfg | ||
| requirements.txt | ||
| routes.py | ||
| testdb.sqlite | ||
| testfile | ||
| utils.py | ||