1
0
Fork
You've already forked py-wiki
0
A wiki built using Django and django-tree-queries. (tree like structure in SQL)
  • Python 48%
  • CSS 33%
  • HTML 17.1%
  • JavaScript 1.4%
  • Shell 0.3%
  • Other 0.2%
2026年04月15日 14:46:54 -04:00
_doc wip branch:main 2024年10月05日 22:56:22 -04:00
bin wip branch:searchplus 2024年07月20日 13:26:11 -04:00
src add this back for when a non-logged in user hits the main page... 2025年01月07日 11:36:25 -05:00
static wip branch:main 2024年03月31日 23:45:46 +02:00
tests wip branch:main 2024年06月12日 18:37:10 -04:00
.gitignore wip branch:searchplus 2024年07月20日 12:41:23 -04:00
dev-requirements.in wip branch:mergemain 2024年07月20日 16:05:12 -04:00
dev-requirements.txt wiki:view add raw=1 handling for paste.sh 2025年01月07日 10:56:40 -05:00
Makefile wip branch:main 2024年10月06日 15:23:02 -04:00
README wip branch:main 2026年04月15日 14:46:54 -04:00
reload.sh __gca__ from morgan 2022年08月10日 02:27:41 +00:00
requirements.in wip branch:main 2024年10月13日 13:18:02 -04:00
requirements.txt wiki:view add raw=1 handling for paste.sh 2025年01月07日 10:56:40 -05:00
run-uwsgi __gca__ from morgan 2022年08月09日 03:58:07 +00:00

This is a wiki implemented in Django.
The main data structure is the wiki taxonomy in the database
using 'django-tree-queries'.
from: https://github.com/feincms/django-tree-queries
"Query Django model trees using adjacency lists and recursive common table expressions."
Basically this lets you treat the taxonomy abstractly, while
still having the ease of Django's ORM stuff.
e.g.: You can move a wiki node, and it automatically brings
along all of the sub-nodes. Basically like an OS filesystem.
### Notes
- https://github.com/matthiask/django-tree-queries/blob/main/tests/testapp/models.py
pm manage collectstatic