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 plugin models in your database using 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.3.0.tar.gz (5.1 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cmsplugin-feedparser-0.3.0.tar.gz
Algorithm Hash digest
SHA256 9ec447f03c6c400d8f97e864aa67d2a34355b14f41b520389e92db85c083938e
MD5 8442d5bd1c6b5ae04ffe7434c2e96d2a
BLAKE2b-256 bee3afd55bf1ef22a74a6d54986590e5a7f20281860c8b56c039de1820660048

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