Skip to main content

An app for showing person profiles, for example for your "About us" section.

Project description

A simple app to show person profiles, for example for the “About us” section of a website.

Comes with a django-cms plugin and is multilingual.

Installation

If you want to install the latest stable release from PyPi:

$ pip install django-people

If you feel adventurous and want to install the latest commit from GitHub:

$ pip install -e git://github.com/bitmazk/django-people.git#egg=people

Add people to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...,
    'people',
)

Run the South migrations:

./manage.py migrate people

Usage

Use the Django admin to create your person objects. If you are using django-cms you can use the Person Plugin to display a person in your placeholders.

Settings

PERSON_PLUGIN_DISPLAY_TYPE_CHOICES

Default:

[
    ('small', _('small')),
    ('big', _('big')),
]

When using the Person Plugin in your django-cms placeholders you will notice that you only have two choices for the Display type. This field can be helpful when you want to render a person differently in different parts of your site. If you need even more display types, just set this setting to a different list of tuples.

Roadmap

Check the issue tracker on github for milestones and features to come.

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

django-people-0.7.1.tar.gz (17.0 kB view details)

Uploaded Source

File details

Details for the file django-people-0.7.1.tar.gz.

File metadata

  • Download URL: django-people-0.7.1.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-people-0.7.1.tar.gz
Algorithm Hash digest
SHA256 ede9a8ce467295f519eadcd4722ee10e3d4280feeb90a9d6a91f4710ee221b24
MD5 567684377752839cfb61480aebaede3a
BLAKE2b-256 1d2d80fe51db409231f963f5c88151a1cc36d8366f973c47d1f77c8c7d8fe955

See more details on using hashes here.

Supported by

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