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.

Prerequisites

You will need to have the following packages installed:

  • Django

  • django-cms (optional)

  • django-filer

  • simple-translation

  • Pillow

  • South

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

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.1.tar.gz (11.8 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