# django-wiki/django-wiki

A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.

Repository: https://github.com/django-wiki/django-wiki
Canonical: https://ross.abutalabs.com/products/django-wiki
Homepage: https://demo.django-wiki.org
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: python, django, django-wiki
Last push: 2026-08-22T14:30:10+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 63, longevity 100
- inputs: {"age_days": 5160, "days_push": 11, "days_rel": 33, "gap_med": 227.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1932, forks 588 (observed 2026-08-28T04:05:56.218418+00:00)

## What it is
django-wiki is a wiki system built as a reusable Django application, storing articles as Django models with Markdown editing and a plugin architecture. It provides complex wiki functionality (permissions, revisions, attachments, search) designed for simple integration into existing Django projects.

## Use cases
- add a wiki to an existing django project
- self-hosted knowledge base for a team
- internal documentation site with markdown editing
- collaborative article writing with revision history
- replace mediawiki with a python/django solution
- permission-controlled documentation for organizations

## When to choose
- you already run Django and want wiki features as a pluggable app
- you need fine-grained permissions and revision history on articles
- you prefer data stored in Django models over a separate wiki engine
- you want a self-hosted, GPL-licensed wiki in Python

## When to avoid
- your project is not built on Django
- you need a standalone wiki without writing any Python
- you need a lightweight static-site documentation generator instead
- you require non-GPL licensing for derivative work

## Facets
- artifact type: plugin
- maturity: active
- function: documentation, markdown, web-framework
- domain: web-development, documentation, cms
- platform: python, self-hosted
- tags: django, wiki, knowledge-base, markdown-editing, django-app, web-server

## Member repositories
- django-wiki/django-wiki (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:56.218418+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:40.649693+00:00, confidence not recorded.
  - readme: https://github.com/django-wiki/django-wiki (fetched 2026-08-28T04:05:56.218418+00:00, sha 0547fbc91933)
  - homepage: https://demo.django-wiki.org (fetched 2026-08-29T10:48:00.306097+00:00, sha e7fc86cd72ea)
- Data as of 2026-08-30T08:39:29.467469+00:00.
