A lightweight Team Application for Leonardo CMS and FeinCMS
pip install leonardo-teamor 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- https://github.com/django-leonardo/django-leonardo
- leonardo.robotice.org