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',
]