Skip to content

leonardo-modules/leonardo-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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