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.7.tar.gz
(10.8 kB
view details)
File details
Details for the file molo.commenting-0.2.7.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.7.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4559b711cc2795d35254013153aef855031cfe8a5bade39cd4a29f7b6b5f470e |
|
MD5 | 7e5d39bce4c5d7351207a9163989a131 |
|
BLAKE2b-256 | 0f8a18b17f631a5e583339884c302b69b9ccd9460877c7559b3f19be0a1cfcd1 |