{ "info": { "author": "Remigijus Jarmalavicius", "author_email": "remigijus@jarmalavicius.lt", "bugtrack_url": null, "classifiers": [], "description": "django-comments-rss\n===================\n\nThis document describes django-comments-rss and how to install.\n\nAbout\n-----\n\nRSS 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.\n\nInstalling\n----------\n\nAdd to application to INSTALLED_APPS in ``settings.py`` file::\n\n INSTALLED_APPS = (\n ...\n 'django_commenrs_rss',\n ...\n )\n\nAlso, add to urls.py::\n\n url(r'^comments/rss/', include('django_comments_rss.urls')),\n\nI think you have line something like that for django.contrib.comments in ``urls.py`` file::\n\n url(r'^comments/', include('django.contrib.comments.urls')),", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.jarmalavicius.lt", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-comments-rss", "package_url": "https://pypi.org/project/django-comments-rss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-comments-rss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.jarmalavicius.lt" }, "release_url": "https://pypi.org/project/django-comments-rss/0.1/", "requires_dist": null, "requires_python": null, "summary": "RSS channel for django.contrib.comments. Designed for every content type.", "version": "0.1" }, "last_serial": 789333, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "027ab59098d1ce6529e047d01aa56648", "sha256": "da7fbf24ae50006939d88663f43828baa0bdc2c335f61abf2045e293405a568a" }, "downloads": -1, "filename": "django-comments-rss-0.1.tar.gz", "has_sig": false, "md5_digest": "027ab59098d1ce6529e047d01aa56648", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1617, "upload_time": "2011-01-19T15:05:02", "url": "https://files.pythonhosted.org/packages/86/61/075da843665a73a9bc26ca115f3b634842ead200f730fc3280737d18eb68/django-comments-rss-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "027ab59098d1ce6529e047d01aa56648", "sha256": "da7fbf24ae50006939d88663f43828baa0bdc2c335f61abf2045e293405a568a" }, "downloads": -1, "filename": "django-comments-rss-0.1.tar.gz", "has_sig": false, "md5_digest": "027ab59098d1ce6529e047d01aa56648", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1617, "upload_time": "2011-01-19T15:05:02", "url": "https://files.pythonhosted.org/packages/86/61/075da843665a73a9bc26ca115f3b634842ead200f730fc3280737d18eb68/django-comments-rss-0.1.tar.gz" } ] }