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

Note than since version 0.2.0, this plugin has moved to Django migrations system, previous South migration will be freezed in their current state and have been moved to south_migrations directory as recommended since South 1.0.x.

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.2.0.tar.gz (4.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cmsplugin-feedparser-0.2.0.tar.gz
Algorithm Hash digest
SHA256 131aef4b5ab14d4864d6735402aa28ee39ae76185b0d5b7f0bc615bb6b2e68bd
MD5 2e442a649ad6c059596a05e148243359
BLAKE2b-256 41ac4c9b02cd97b5631c3e4e7d0f04b6e4138543811cfa7bdc56fd68803106a3

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