Skip to content

leonardo-modules/leonardo-team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Application

A lightweight Team Application for Leonardo CMS and FeinCMS

Installation

pip install leonardo-team

or as leonardo bundle

pip install django-leonardo["team"]

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

APPS = [
    ...
    'team'
    ...
]

Run management commands

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

python manage.py sync_all

# or

python manage.py collectstatic --noinput

Read More

About

Team Application for Leonardo CMS and FeinCMS

Resources

Stars

Watchers

Forks

Packages

No packages published