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.2.8.tar.gz
(12.3 kB
view details)
File details
Details for the file molo.commenting-0.2.8.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.8.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abc61b77972558c13bf8a9cb023ec305f0273af7cb859be1c9663158cbf9b160 |
|
MD5 | f2956ed2c03b6fc406ad121a92e53de6 |
|
BLAKE2b-256 | 5a0cd5a5179b459e68bc8fd88ef7a60b2cd0ef30e76c305049da92e66756119c |