Skip to main content

A simple People app for Mezzanine CMS sites.

Project description

Overview
========
This pluggable app provides a "Person" model to categorize and list people on your Mezzanine sites.


Requirements
============
[Mezzanine CMS] [1]


Setup
=====
* Add mezzanine_people to your environment:
```bash
pip install mezzanine_people
```

* Add "mezzanine_people" to INSTALLED_APPS:
```python
INSTALLED_APPS = (
"...",
"mezzanine_people",
)
```

* Set values in your project settings.py (optional):
```python
PEOPLE_PER_PAGE = 5 # the default is 10
```

* Include the people URLconf in your project urls.py like this:
```python
url(r'^people/', include('mezzanine_people.urls')),
```

* Run `python manage.py createdb` or `python manage.py syncdb && python manage.py migrate`.


Releases
--------
+ Version 0.1 - Initial Release

[1]: http://mezzanine.jupo.org "Mezzanine CMS"

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

mezzanine-people-0.1.tar.gz (10.3 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