Skip to main content
Continuous Integration Code Coverage

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 %}

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.2.1.tar.gz (33.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

molo.commenting-11.2.1-py2.py3-none-any.whl (51.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file molo.commenting-11.2.1.tar.gz.

File metadata

  • Download URL: molo.commenting-11.2.1.tar.gz
  • Upload date:
  • Size: 33.7 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for molo.commenting-11.2.1.tar.gz
Algorithm Hash digest
SHA256 eb806005ddee32303edc742e25023ff4237022ebef0608a5bf59175970c52951
MD5 431a983390ff3d009176a3c1c21a19ef
BLAKE2b-256 d0c4000318585dfd68271e433fdb8cc48a6588efc554136059d2b240c337d10e

See more details on using hashes here.

File details

Details for the file molo.commenting-11.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: molo.commenting-11.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 51.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using 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

File hashes

Hashes for molo.commenting-11.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b8bcc835015dd6234c453ff4fcab49ed5336327b5d2c81e62e09a9f00488a627
MD5 a21d60285406199a4c42d2549ba60d19
BLAKE2b-256 813a46bdeb9c9c5e32cfaaeede1cb598e7d825e624f79fa3047d948cfed3783e

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page