Commit Graph
7 Commits
Author SHA1 Message Date
naeel d8d53661d9 fix: remove http2=True — h2 package not installed on Штурвал
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 12:13:08 +04:00
naeel f9669755cd fix: direct imports (no site. prefix, no relative) — works with python site/app.py
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:37:57 +04:00
naeel 15137f8e94 fix: all imports → relative (from .xxx) — no stdlib site conflict
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:32:49 +04:00
naeel cd77e7d709 fix: site/ with __init__.py — proper Python package, no stdlib conflict
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:23:13 +04:00
naeel 81aba97304 fix: site/ → src/ (stdlib conflict — site is built-in Python module)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:16:42 +04:00
naeel a7b53fde19 feat: PostgreSQL → SQLite — thread-local, WAL, session-key, os.remove cleanup
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 10:56:42 +04:00
naeel 96718fc065 revert: app/ → site/ (drhider proves site/ works fine) 2026-07-14 22:56:19 +04:00