Comments helpers for sites built with Molo.
Project description
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', 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
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-1.0.0.tar.gz
(20.6 kB
view details)
File details
Details for the file molo.commenting-1.0.0.tar.gz
.
File metadata
- Download URL: molo.commenting-1.0.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c437c99ec0c32c879b1bc904febac895296cb8c308fa0c8e2f61f22b214ef05 |
|
MD5 | 951466c116f722b0fd4979a65ae59ce6 |
|
BLAKE2b-256 | 1e65a6ab766e72fb57d3b9bc240be74f483363af1a6518e2bf84f1709c102806 |