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
INSTALL>
pypm install django-feedreader

How to install django-feedreader

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-feedreader
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.7.4 Available View build log
Linux (32-bit)
0.7.4 Available View build log
Linux (64-bit)
0.7.4 Available View build log
 
Author
License
BSD License
Lastest release
version 0.7.4 on May 28th, 2013

Feedreader is a simple Django 1.5 app to aggregate RSS feeds.

Features

  • Locally stored feed link, title and description.
  • Locally stored entry link, title and description.
  • Show recent entries.
  • String search of locally stored data.
  • Uses Django admin to manage feeds.

Detailed documentation is in the "docs" directory. These are available online [here](http://ahernp.com/static/doc/django-feedreader/).

Quick start

  1. Add "feedreader" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'feedreader',
    )
    
  2. Include the feedreader URLconf in your project urls.py like this:

    url(r'^feedreader/', include('feedreader.urls')),
    
  3. Run python manage.py syncdb to create the feedreader models.

  4. Run python manage.py collectstatic to copy static files to your project's static root.

  5. Start the development server and visit http://127.0.0.1:8000/admin/feedreader/feed to add feeds. Only each feed's xml url is needed.

  6. Visit http://127.0.0.1:8000/feedreader/ to see the contents of the feeds.

Subscribe to package updates

Last updated May 28th, 2013

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.