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',
   'notifications'
)
COMMENTS_APP = 'molo.commenting'
COMMENTS_FLAG_THRESHHOLD = 3
COMMENTS_HIDE_REMOVED = False
SITE_ID = 1

In your urls.py:

urlpatterns += [
    url(r'^commenting/',include('molo.commenting.urls', namespace='molo.commenting', app_name='molo.commenting')),
    url(r'', include('django_comments.urls')),
]

In your article_page.html:

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

Project details


Release history Release notifications | RSS feed

This version

6.2.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molo.commenting-6.2.7.tar.gz (29.7 kB view details)

Uploaded Source

File details

Details for the file molo.commenting-6.2.7.tar.gz.

File metadata

File hashes

Hashes for molo.commenting-6.2.7.tar.gz
Algorithm Hash digest
SHA256 52db1ffe1bf34eae411d3f98747e3e2b22708ad98c464972ef2c789c8d7f4e5d
MD5 e6dc479b37f1767ec47aae6f2e9982ad
BLAKE2b-256 f49750cce2cd6c22c67a763a82b2e5fa122cf0591cf36a1fd292ea2d2b730176

See more details on using hashes here.

Supported by

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