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 %}
Release files for molo.commenting 11.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| molo.commenting-11.2.1.tar.gz | 33.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| molo.commenting-11.2.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:85.0 kB
Release files / molo.commenting-11.2.1.tar.gz
| Download URL | molo.commenting-11.2.1.tar.gz |
|---|---|
| Size | 33.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb806005ddee32303edc742e25023ff4237022ebef0608a5bf59175970c52951
|
|
BLAKE2b-256 checksum How to use checksums |
d0c4000318585dfd68271e433fdb8cc48a6588efc554136059d2b240c337d10e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
|
Release files / molo.commenting-11.2.1-py2.py3-none-any.whl
| Download URL | molo.commenting-11.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 51.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b8bcc835015dd6234c453ff4fcab49ed5336327b5d2c81e62e09a9f00488a627
|
|
BLAKE2b-256 checksum How to use checksums |
813a46bdeb9c9c5e32cfaaeede1cb598e7d825e624f79fa3047d948cfed3783e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
|