{ "info": { "author": "Doug Evenhouse", "author_email": "doug.evenhouse@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Overview\n========\nThis pluggable app provides a \"Person\" model to categorize and list people on your Mezzanine sites.\n\n\nRequirements\n============\n[Mezzanine CMS] [1]\n\n\nSetup\n=====\n* Add mezzanine_people to your environment:\n```bash\n pip install mezzanine_people\n```\n\n* Add \"mezzanine_people\" to INSTALLED_APPS:\n```python\n INSTALLED_APPS = (\n \"...\",\n \"mezzanine_people\",\n )\n```\n\n* Set values in your project settings.py (optional):\n```python\n PEOPLE_PER_PAGE = 5 # the default is 10\n```\n\n* Include the people URLconf in your project urls.py like this:\n```python\n url(r'^people/', include('mezzanine_people.urls')),\n```\n\n* Run `python manage.py createdb` or `python manage.py syncdb && python manage.py migrate`.\n\n\nReleases\n--------\n+ Version 0.1 - Initial Release\n\n[1]: http://mezzanine.jupo.org \"Mezzanine CMS\"", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eci/mezzanine-people", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "mezzanine-people", "package_url": "https://pypi.org/project/mezzanine-people/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mezzanine-people/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eci/mezzanine-people" }, "release_url": "https://pypi.org/project/mezzanine-people/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple People app for Mezzanine CMS sites.", "version": "0.1" }, "last_serial": 1088005, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e8f1a3b62713e9140b9acda42ac6907d", "sha256": "89177449da9c92efb6dd5613e3c0fd860676daeeb27d754fa1078b6e7051361a" }, "downloads": -1, "filename": "mezzanine-people-0.1.tar.gz", "has_sig": false, "md5_digest": "e8f1a3b62713e9140b9acda42ac6907d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10342, "upload_time": "2014-05-10T16:34:17", "url": "https://files.pythonhosted.org/packages/29/f1/67a7ae5a83f921cbf1d450a2fd82cbee97d52ce53447e96ad971f4463fb4/mezzanine-people-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8f1a3b62713e9140b9acda42ac6907d", "sha256": "89177449da9c92efb6dd5613e3c0fd860676daeeb27d754fa1078b6e7051361a" }, "downloads": -1, "filename": "mezzanine-people-0.1.tar.gz", "has_sig": false, "md5_digest": "e8f1a3b62713e9140b9acda42ac6907d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10342, "upload_time": "2014-05-10T16:34:17", "url": "https://files.pythonhosted.org/packages/29/f1/67a7ae5a83f921cbf1d450a2fd82cbee97d52ce53447e96ad971f4463fb4/mezzanine-people-0.1.tar.gz" } ] }