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.2.tar.gz
(6.9 kB
view details)
File details
Details for the file molo.commenting-0.2.2.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.2.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7735de2d33aa8310a9c3a5805deed75515fbf504730fe5810f82d3564d08266a |
|
MD5 | 931f3f2a8e1dab7f06af3817e1f3507a |
|
BLAKE2b-256 | bf271f51b54f086759c934cd0026d183c73a0ecb607d072efb6eed9b7f7a58b3 |