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.3.tar.gz
(6.7 kB
view details)
File details
Details for the file molo.commenting-0.2.3.tar.gz
.
File metadata
- Download URL: molo.commenting-0.2.3.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 092e21355c682314a9f7a3cd8e31bd748549ed8d518317b2aabf236a6884c5db |
|
MD5 | 3ae72c4d86dad15c4d1270496e1ef1f0 |
|
BLAKE2b-256 | 3890a2c2bfa032baeffe9effff90677067dd5e0850d55f5092dbef70a17695d5 |