Skip to content

sveetch/cmsplugin-feedparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmsplugin-feedparser

django-feedparser plugin for DjangoCMS

Warning

Version 0.3.0 has dropped support for DjangoCMS<3.3.1.

Links

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

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.

About

django-feedparser plugin for DjangoCMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages