django-comments-rss

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

django-comments-rss Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Remigijus Jarmalavicius

django-comments-rss Tags


django-comments-rss Description

RSS channel for django.contrib.comments. Designed for every content type. 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 the django-comments-rss project was born.InstallingAdd 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')), Requirements: · Python · Django


django-comments-rss Related Software