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 hashes)