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

Uploaded Source

File details

Details for the file django-comments-rss-0.1.tar.gz.

File metadata

File hashes

Hashes for django-comments-rss-0.1.tar.gz
Algorithm Hash digest
SHA256 da7fbf24ae50006939d88663f43828baa0bdc2c335f61abf2045e293405a568a
MD5 027ab59098d1ce6529e047d01aa56648
BLAKE2b-256 8661075da843665a73a9bc26ca115f3b634842ead200f730fc3280737d18eb68

See more details on using hashes here.

Supported by

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