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 details)

Uploaded Source

File details

Details for the file mezzanine-people-0.1.tar.gz.

File metadata

File hashes

Hashes for mezzanine-people-0.1.tar.gz
Algorithm Hash digest
SHA256 89177449da9c92efb6dd5613e3c0fd860676daeeb27d754fa1078b6e7051361a
MD5 e8f1a3b62713e9140b9acda42ac6907d
BLAKE2b-256 29f167a7ae5a83f921cbf1d450a2fd82cbee97d52ce53447e96ad971f4463fb4

See more details on using hashes here.

Supported by

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