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 details)

Uploaded Source

File details

Details for the file cmsplugin-feedparser-0.1.0.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-feedparser-0.1.0.tar.gz
Algorithm Hash digest
SHA256 26ce5ed258ccf554185c4fdb073e148f9aa8696346d84e14e18c7022d14827a3
MD5 f39a811d5c4028c34450c29042e6a23f
BLAKE2b-256 40471e469c02a1a966f90d7e555bc37eaea7d77085949af419a27006640923b2

See more details on using hashes here.

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