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')), )
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.4.0.tar.gz
(16.2 kB
view details)
File details
Details for the file molo.commenting-0.4.0.tar.gz
.
File metadata
- Download URL: molo.commenting-0.4.0.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7640a84264467b4d61cfa22377cc2f73c08a62472517c7757feab6726054fd2 |
|
MD5 | 8121db3c42cc659e0914e2a48d8a83ca |
|
BLAKE2b-256 | fb767ff88ffe24affea8aecdf74815a09012701ce2634f5dceb4cb8aebdadcb1 |