Skip to main content

Comments helpers for sites built with Molo.

Project description

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

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

Uploaded Source

Built Distribution

molo.commenting-11.2.0-py2.py3-none-any.whl (51.2 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: molo.commenting-11.2.0.tar.gz
  • Upload date:
  • Size: 33.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for molo.commenting-11.2.0.tar.gz
Algorithm Hash digest
SHA256 7f0dd74350754f9c4ae030e9fcd64e754e0105bff9ea3ca20464ba2ba9536e00
MD5 246922ccdcd98df9b92c12ab9c4f6c56
BLAKE2b-256 19c6cfbe1e1d7261155d016ebebf3922704cfff8ed4fa7d6e4a7c8dd17de8e4b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: molo.commenting-11.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 51.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for molo.commenting-11.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2614057c614c30e34c75d96230b2c5d0d1e2cb42274b6afa8430027235c1abd3
MD5 0b17d4123fdaccce1e18addc57b0e110
BLAKE2b-256 36f8276d73538c150bde57142516a03725f98be0bab748db678db65d9c3c7aef

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page