Skip to main content

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

Project description

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')),

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-comments-rss-0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page