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-10.0.5.tar.gz
(32.2 kB
view details)
File details
Details for the file molo.commenting-10.0.5.tar.gz.
File metadata
- Download URL: molo.commenting-10.0.5.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdebeb9e90f0ac7c7f134e071eb21082a838008d89db463d867029f67afba10c
|
|
| MD5 |
efb412a618e5aa53632ea86f1310fe21
|
|
| BLAKE2b-256 |
25fbb7f22301e879ba439b2d26b3505905ede6a5ed9564ef359551acd03162c1
|