Skip to main content

Support RSS Feeds, Facebook Instant Articles and Apple News

Project description

https://travis-ci.org/chrisdev/django-wagtail-feeds.svg?branch=master https://img.shields.io/pypi/v/wagtail_feeds.svg Documentation Status

Support RSS Feeds, Facebook Instant Articles and Apple News. Syndication feeds come in two flavors:

  • BasicFeed - A standard RSS V 2.0.1 feed designed to be used without item enclosures.

  • ExtendedFeed - An RSS V2/Atom Feed with support for item

    enclosures such as images or video. Use this if when want to integrate your feed with services like MailChimp or Flipboard.

Getting Started

To use Django Wagtail Feeds in a project:

pip install wagtail_feeds

Remember to add wagtail_feeds to installed apps in settings file.

Run migrations for Wagtail feeds:

./manage.py migrate wagtail_feeds

Add Feed settings in the Wagtail admin

Wagtail admin
Feed Settings

Finally reference it in the url.py

from wagtail_feeds.feeds import BasicFeed, ExtendedFeed

url(r'^blog/feed/basic$', BasicFeed(), name='basic_feed'),
url(r'^blog/feed/extended$', ExtendedFeed(), name='extended_feed'),

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

History

0.0.3 (2016-07-13)

  • First release on PyPI.

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-wagtail-feeds-0.0.2.tar.gz (172.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page