Team

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

Usage

Category # Using This
Application

PyPI

Version License Released Status Python 3?
2015.5.1 BSD 05/23/2015 Production/Stable

Participants

Documentation

Repo Activity

Last fetched: 32 minutes ago Fetch latest data

Repo Hosting: Github

Repo URL Commits
https://github.com/leonardo-modules/leonardo-team n/a 1

Sites using this package

No sites using this package have been listed yet.