Skip to main content

Comments helpers for sites built with Molo.

Project description

Continuous Integration Code Coverage

Installation:

pip install molo.commenting

Django setup:

INSTALLED_APPS = INSTALLED_APPS + (
   'django_comments',
   'molo.commenting'
)
COMMENTS_APP = 'molo.commenting'
COMMENTS_FLAG_THRESHHOLD = 3
COMMENTS_HIDE_REMOVED = False
SITE_ID = 1

In your urls.py:

urlpatterns += patterns('',
    url(r'^commenting/', include('molo.commenting.urls')),
)

In your article_page.html:

{% block content %}
 {% include "comments/comment_block.html" %}
{% endblock %}

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page