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-7.0.1.tar.gz
(29.7 kB
view details)
File details
Details for the file molo.commenting-7.0.1.tar.gz
.
File metadata
- Download URL: molo.commenting-7.0.1.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77f5326ef5beda69e5ab606e15ce4d38280a34e448b8559d2ad81216e0612949 |
|
MD5 | 48b316610358e9c19ef3fc4fc0c8accc |
|
BLAKE2b-256 | 50f2ab105f5a2adb090294b5a73722144490634ae254ee2d8519d7715085ad54 |