skip to navigation
skip to content

django-comments-rss 0.1

RSS channel for django.contrib.comments. Designed for every content type.

Downloads ↓

This document describes django-comments-rss and how to install.

About

RSS found in django.contrib.comments.feeds are coming without full comment text, user link and page name where comment is posted. For this reason this project was born.

Installing

Add to application to INSTALLED_APPS in settings.py file:

INSTALLED_APPS = (
    ...
    'django_commenrs_rss',
    ...
    )

Also, add to urls.py:

url(r'^comments/rss/', include('django_comments_rss.urls')),

I think you have line something like that for django.contrib.comments in urls.py file:

url(r'^comments/', include('django.contrib.comments.urls')),
 
File Type Py Version Uploaded on Size # downloads
django-comments-rss-0.1.tar.gz (md5) Source 2011-01-19 1KB 294