A wiki system for Django 2.2+ on Python 3.9+.
- Project site: http://radiac.net/projects/django-powerwiki/
- Source code: https://github.com/radiac/django-powerwiki
- Run one or multiple wikis from one installation
- Full control over who can read and edit content, by user or group
- Create pages in Markdown, reStructuredText, plain text, or extend with a custom format
- Syntax highlighting using CodeMirror
- Flexible responsive layout
- In-document navigation, full text search, assets support and more
See Upgrading for changelog and upgrade instructions
- Install in a single or multiple wiki configuration in your existing Django site - see Installation
- Add users, wikis and configure permissions in the admin site
- Write pages using your choice of markup language - see Usage