Skip to main content

Team Application for Leonardo CMS or plain FeinCMS

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

leonardo-team-2015.5.1.tar.gz (8.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page