django-feedparser plugin for DjangoCMS
Project description
django-feedparser plugin for DjangoCMS
Links
Download his PyPi package;
Clone it on his repository;
Requires
Django >= 1.7;
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 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
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.2.0.tar.gz
.
File metadata
- Download URL: cmsplugin-feedparser-0.2.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 131aef4b5ab14d4864d6735402aa28ee39ae76185b0d5b7f0bc615bb6b2e68bd |
|
MD5 | 2e442a649ad6c059596a05e148243359 |
|
BLAKE2b-256 | 41ac4c9b02cd97b5631c3e4e7d0f04b6e4138543811cfa7bdc56fd68803106a3 |