Skip to main content

A simple Django app to aggregate RSS feeds.

Project description

Feedreader is a simple Django 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.

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:

    path('feedreader/', include('feedreader.urls')),
  3. Run python manage.py migrate 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 /admin/feedreader/feed/ to add feeds. Only each feed’s xml url is needed.

  6. Visit /feedreader/ to see the contents of the feeds.

Dependencies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-feedreader-2.3.0.tar.gz (1.6 MB view details)

Uploaded Source

File details

Details for the file django-feedreader-2.3.0.tar.gz.

File metadata

  • Download URL: django-feedreader-2.3.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for django-feedreader-2.3.0.tar.gz
Algorithm Hash digest
SHA256 4865778b0f078daad13a9004cbf87dadb413b9619945fda869629a6b56fb4501
MD5 98c8db720648d555e7cc267bdfa72c46
BLAKE2b-256 a98bfc7191e88ed9b5970ac083a2895e60cdfaa8e2503b2e6093b4956733eed8

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