Skip to main content

django-feedparser plugin for DjangoCMS

Project description

django-feedparser plugin for DjangoCMS

Requires

Install

First install the package

pip install cmsplugin-feedparser

Add it to your installed Django apps in settings :

INSTALLED_APPS = (
    ...
    'django_feedparser',
    'cmsplugin_feedparser',
    ...
)

Then import their settings:

from django_feedparser.settings import *
from cmsplugin_feedparser.settings import *

Finally install app models in your database using Django migrations:

python manage.py migrate

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

cmsplugin-feedparser-0.1.0.tar.gz (4.3 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