Comments helpers for sites built with Molo.
Project description
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 += 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-5.2.3.tar.gz
(28.4 kB
view details)
File details
Details for the file molo.commenting-5.2.3.tar.gz
.
File metadata
- Download URL: molo.commenting-5.2.3.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79f7cc8ca3aee5f197dd57391e2db684cdab8ff75f8b9240220db0ede92761cc |
|
MD5 | 4f3b42f83b038891b35bab72c14f1cb0 |
|
BLAKE2b-256 | 7f32b9fefb3cd4c2dbca4b25913d5fbff01b11517fa4df2c5b3466bdc46d9372 |