Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

django-comments-rss is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1 Failed View build log
Windows (64-bit)
0.1 Failed View build log
Mac OS X (10.5+)
0.1 Failed View build log
Linux (32-bit)
0.1 Failed View build log
Linux (64-bit)
0.1 Failed View build log
 
Links
License
BSD
Lastest release
version 0.1 on Jan 20th, 2011

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

Subscribe to package updates

Last updated Jan 20th, 2011

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.