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 %}

Project details


Release history Release notifications | RSS feed

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-0.5.0.tar.gz (20.2 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for molo.commenting-0.5.0.tar.gz
Algorithm Hash digest
SHA256 899abdfc49510f1db388e2fd3a7048e5da023f1e63deb0fd0eec5fc5a6a57293
MD5 75f7f4eb274977df8dba6d2caeda9c82
BLAKE2b-256 e980f057dc2ebf37d08bd479710cd059c34dc702c9a7dd5485567c4296511fba

See more details on using hashes here.

Provenance

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