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-11.0.0.tar.gz
(32.2 kB
view details)
File details
Details for the file molo.commenting-11.0.0.tar.gz
.
File metadata
- Download URL: molo.commenting-11.0.0.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 076f3e3eee209a3ea3797191b011eeef7b209888e931bbf221938c002f17deec |
|
MD5 | 6234f537fd6a9b8aa87c61ef9dce0e19 |
|
BLAKE2b-256 | 77c8ab25ee874038849efdb69f88a50ff7c60d959c890ab98cebe16800982096 |