Paul SomeoneElse on Nostr: I wrote like the 5th version of wiki software maybe ~2 years ago and I use it ALL THE ...
I wrote like the 5th version of wiki software maybe ~2 years ago and I use it ALL THE time.
It's the only bookmark I need. It uses pretty vanilla django, but with Django Tree Queries [0].
Which make a tree structure in SQL. A robust and almost 1st class tree structure. I know it's too complicated, but this works out great for a wiki. I can re-home whole sections by just moving a tree node.
Anywho, why I am excited is I thought it needed Postgres to support
[0]: https://django-tree-queries.readthedocs.io/en/latest/
It's the only bookmark I need. It uses pretty vanilla django, but with Django Tree Queries [0].
Which make a tree structure in SQL. A robust and almost 1st class tree structure. I know it's too complicated, but this works out great for a wiki. I can re-home whole sections by just moving a tree node.
Anywho, why I am excited is I thought it needed Postgres to support
[0]: https://django-tree-queries.readthedocs.io/en/latest/