Tootfinder

Opt-in global Mastodon full text search. Join the index!

@bmariusz@techhub.social
2025-10-18 15:48:59

I’ve built quectoCMS, a very small content management system in Python using Flask and SQLite.
It stores pages, blocks, and comments in a single database file and uses plain HTML forms without JavaScript.
Everything fits into a few Python files and templates — easy to read, easy to modify.
Code: github.com/mabalew/quectocm…