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 += [ 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-6.2.8.tar.gz
(29.3 kB
view details)
File details
Details for the file molo.commenting-6.2.8.tar.gz
.
File metadata
- Download URL: molo.commenting-6.2.8.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc241fdf85344e2f0097ef56ef70c4f1d82ed308fe783ea9af77e0d98aaa556b |
|
MD5 | 4d3ef41f1ec928c989d4cea9f18cea9f |
|
BLAKE2b-256 | 72a2d390e85eace998ef3b50ffd2c0e95e94768d1375510134e4f0b327e50e00 |