Skip to main content

A Django app to create list and grid-based feeds.

Project description

Feedly is a Django app to create list and grid-based feeds. The feeds created with this app can have social and e-commerce aspects.

Quick start

  1. Add “feedly” to your INSTALLED_APPS setting like this:

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

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

  1. Run python manage.py loaddata fixtures.json to create the data on feed.

  1. Visit http://127.0.0.1:8000/ to view a sample with populated data

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-feedly-0.6.7.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

django_feedly-0.6.7-py3-none-any.whl (20.7 kB view hashes)

Uploaded Python 3

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