Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 446 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 446 Bytes

Wagtail Comments

This module allows you to manage django-comments-xtd comments into the Wagtail admin UI. Tested on Wagtail 1.7+.

Screenshot 1

Screenshot 2

Instructions

pip install wagtailcomments_xtd

Add 'wagtailcomments_xtd' to your INSTALLED_APPS

Add 'wagtailfontawesome' to INSTALLED_APPS if it's not there already