pushed
zhengqunkoo/pythonanywhere.com • 1:33 AM - Nov 27, 2025
This finishes the comment flow by replacing the temporary in-memory list with real SQLAlchemy reads and writes. The POST handler now creates and commits Comment records, the GET handler loads comments from the database, and the template was updated to render comment.content instead of plain strings. In practice, comments now survive across requests and behave like a proper persisted feature.
