django-powerwiki

A wiki system for Django


Keywords
django, wiki
License
BSD-3-Clause
Install
pip install django-powerwiki==0.4.0

Documentation

Django Powerwiki - Run multiple wikis in Django

A wiki system for Django 2.2+ on Python 3.9+.

https://codecov.io/gh/radiac/django-powerwiki/branch/develop/graph/badge.svg?token=5VZNPABZ7E

Features

  • 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

Quickstart

  1. Install in a single or multiple wiki configuration in your existing Django site - see Installation
  2. Add users, wikis and configure permissions in the admin site
  3. Write pages using your choice of markup language - see Usage