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.6.tar.gz
(10.8 kB
view details)
File details
Details for the file molo.commenting-0.2.6.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.6.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd33597d617bc6f43ad735d6ffd622cf5f2ceed32be0b0d65c9cb708bb30ded8 |
|
MD5 | 3d3dcc469ca90bd2d18b5a70fe6701b2 |
|
BLAKE2b-256 | d20cea70bd8349dae0b52cffbcc97b49e7776d9e23ecbcdf6f493a0803157f88 |