Comments helpers for sites built with Molo.
Project description
Installation:
pip install molo.commenting
Django setup:
INSTALLED_APPS = INSTALLED_APPS + ( 'mptt', 'django_comments', 'django.contrib.sites', 'molo.commenting' ) COMMENTS_APP = 'molo.commenting' SITE_ID = 1
In your urls.py:
urlpatterns += patterns('', url(r'^commenting/', include('molo.commenting.urls')), )
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-0.2.0.tar.gz
(6.8 kB
view details)
File details
Details for the file molo.commenting-0.2.0.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7815077aa5a5a67bbdd1d9c8a5680332f58800469f1ad525a7404ab0b4ac776 |
|
MD5 | 222b214c3d7545d7caa8cf63cb805da8 |
|
BLAKE2b-256 | 3b588e4c89a915d11c5347cbde74e942ed6299ba047789a8971f2263d3070c7a |