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-3.0.0b1.tar.gz
(25.3 kB
view details)
File details
Details for the file molo.commenting-3.0.0b1.tar.gz
.
File metadata
- Download URL: molo.commenting-3.0.0b1.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba163dde765a5e52cd77ecde3e87c73988bf27559969fe1a8df13a2c97e49aa6 |
|
MD5 | 9a142cd296fe8a8a4d361ab13a3ceeba |
|
BLAKE2b-256 | 45e4c4c3992e6ad9f1922eb8f3e2b8e9167a50649943e367a7fe895225343088 |