Welcome to Wagtail Forums’s documentation!

Wagtail forums is a simple app which allows you to add a forum to your Wagtail project.

Getting Started

Installation

With PyPI

pip install wagtailforums==0.1a1

From git

pip install -e git://github.com/kaedroho/wagtailforums.git#egg=wagtailforums

Configuration

Add wagtailforums into your INSTALLED_APPS.

INSTALLED_APPS = [
    ...

    'wagtailforums',
]

Indices and tables