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', 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-1.0.1.tar.gz
(21.1 kB
view details)
File details
Details for the file molo.commenting-1.0.1.tar.gz.
File metadata
- Download URL: molo.commenting-1.0.1.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5fea5a06c057b0c8edc89baf93b417c15fee25e5e729fd7b92dec2c6b73f3c5
|
|
| MD5 |
5263b723035ffcb8ede6965f5f1846ea
|
|
| BLAKE2b-256 |
ea5fdccc28e7cf197f5e7eb82c96cd29ea872ca16647e141b4e3d7e9d0c0a2a8
|