leonardo-news

News / Articles for Leonardo CMS


License
Other
Install
pip install leonardo-news==2016.3.2

Documentation

News / Articles

Adoptaion of feincms-articles for Leonardo CMS.

Installation

pip install leonardo-news

optionaly install django-taggit

pip install leonardo-news[taggit]

pip install django-taggit

or as leonardo bundle

pip install django-leonardo["news"]

Add team to APPS list, in the local_settings.py:

APPS = [
    ...
    'news'
    ...
]

Run management commands

python manage.py makemigrations --noinput
python manage.py migrate --noinput

python manage.py sync_all

Read More