django-wiki

Self-Hosted

Open-source wiki engine built on the Django framework

Visit Website

Overview

django-wiki is an extensible open-source wiki engine powered by Django. It supports markdown editing, page version control, role-based permissions, and a plugin system for adding features like attachments, search, and math support. Deployment options include Docker containers for quick setup or traditional Django deployment (WSGI/ASGI) with compatibility for PostgreSQL, MySQL, and SQLite. Ideal for teams or personal use, it integrates with Django’s auth system for secure access and offers customization via themes and extensions.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  django_wiki:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: django-wiki
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • Markdown editing with live preview
  • Page version control and revision history
  • Role-based permission management
  • Extensible via plugins and themes
  • Docker-friendly deployment

Frequently Asked Questions

? Is django-wiki hard to install?

Installation difficulty varies: Docker images enable quick deployment with minimal setup for most users. Traditional setups require basic Django knowledge (database config, static files), but official docs provide clear steps for both Docker and manual installation.

? Is it a good alternative to Confluence?

Yes, for teams prioritizing self-hosting and open-source software. It lacks Confluence’s enterprise collaboration tools (like real-time editing) but offers robust customization, privacy, and cost savings—plugins can add missing features like attachments.

? Is it completely free?

Absolutely! django-wiki uses the MIT License, so it’s free to use, modify, and self-host without licensing fees. All core features and community plugins are open-source and cost-free.

Top Alternatives

Atlassian Confluence Search Google
Notion Wiki Search Google
Microsoft SharePoint Wiki Search Google

People Also Ask about django-wiki

django-wiki vs Atlassian Confluencedjango-wiki vs Notion Wikidjango-wiki vs Microsoft SharePoint Wiki django-wiki 2025 review django-wiki docker-compose example

Tool Info

Pricing Free/Open Source
Category Wikis
Platform Self-Hosted

Pros

  • 100% open-source (MIT License)
  • Highly customizable via Django ecosystem
  • Robust access control for team collaboration
  • Supports multiple databases (PostgreSQL, MySQL, SQLite)

Cons

  • Requires basic Django knowledge for advanced setup
  • Fewer pre-built templates than commercial alternatives
  • No built-in real-time collaboration features

More Wikis Tools