Skip to main content

Renders a list of people

Project description

https://badge.fury.io/py/aldryn_people.svg https://travis-ci.org/divio/django-cms.svg?branch=develop https://img.shields.io/coveralls/aldryn/aldryn-people.svg

Aldryn People

Description

This add-on allows you to:

  • add people/groups

  • display them on CMS pages

  • download vCards

Installation & Usage

Aldryn Platform Users

  1. Choose a site you want to install the add-on to from the dashboard.

  2. Go to Apps > Install App

  3. Click Install next to the People app.

  4. Redeploy the site.

Manual Installation

  1. Run pip install aldryn-people.

  2. Add below apps to INSTALLED_APPS:

    INSTALLED_APPS = [
        …
        'parler',
        'sortedm2m',
        'aldryn_people',
        …
    ]
  3. Run migrations: python manage.py migrate aldryn_people.

    NOTE: aldryn_people supports both South and Django 1.7 migrations. However, If your project uses a version of South older than 1.0.2, you may need to add the following to your settings:

    MIGRATION_MODULES = [
        …
        'aldryn_people': 'aldryn_people.south_migrations',
        …
    ]
  4. (Re-)Start your application server.

Download vCard

Create a CMS page and install the People app there (choose People from the Advanced Settings -> Application dropdown).

Now redeploy/restart the site again.

The above CMS site has become a vCard download view.

Available Plug-ins

People plugin lets you display list of people on a CMS page.

NOTES

HVAD > Parler

This project was converted from using django-hvad to django-parler from version 0.4.0. If you require HVAD in your project, checkout git tag v0.3.5.

Python 3 (in-)compatibility

Due to a dependency on the OSS project vobject, which was last updated in 2009 and seems to strive to maintain Py2.4 compatibility, this project is currently not Python 3 compatible. Pull requests for a Py3-compatible version of vobject would be graciously accepted.

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

aldryn-people-0.4.4.tar.gz (23.2 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