django-feedparser plugin for DjangoCMS
Project description
django-feedparser plugin for DjangoCMS
Links
Download his PyPi package;
Clone it on his repository;
Requires
DjangoCMS >= 3.0;
django-feedparser >= 0.1.2;
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cmsplugin-feedparser-0.1.0.tar.gz
.
File metadata
- Download URL: cmsplugin-feedparser-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26ce5ed258ccf554185c4fdb073e148f9aa8696346d84e14e18c7022d14827a3 |
|
MD5 | f39a811d5c4028c34450c29042e6a23f |
|
BLAKE2b-256 | 40471e469c02a1a966f90d7e555bc37eaea7d77085949af419a27006640923b2 |