{ "info": { "author": "Dominic Rodger", "author_email": "internet@dominicrodger.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "License :: OSI Approved :: BSD License" ], "description": "django-board\n============\n\nA pluggable Django app for managing board members of an\norganisation. Board members have titles, mini-biographies, and photos.\n\nInstallation is simple::\n\n pip install django-board\n\nGetting started\n---------------\n\nAdd the following to your ``INSTALLED_APPS``:\n\n * ``sorl.thumbnail`` (if not already present);\n * ``board``.\n\nSync database changes, using::\n\n python manage.py syncdb\n\ndjango-board ships with no views, templates or URLs. To include a list\nof board members in a template, use the template tag ``board_members``::\n\n\n {% load board_tags %}\n {% board_members as members %}\n\n {% if members %}\n \n {% endif %}\n\n\nRunning the tests\n-----------------\n\nYou can run the test suite using::\n\n python manage.py test board", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dominicrodger/django-board", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-board", "package_url": "https://pypi.org/project/django-board/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-board/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dominicrodger/django-board" }, "release_url": "https://pypi.org/project/django-board/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A Django app for managing an organisation's board members page.", "version": "0.2.1" }, "last_serial": 716089, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "7ee8b809a0ac7d2fccd3d9b17a5cae02", "sha256": "91d6bcda97a6afa9cba8fbc30fefc4735c376938b7e4a744fa924424c0fc0ae2" }, "downloads": -1, "filename": "django-board-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7ee8b809a0ac7d2fccd3d9b17a5cae02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3143, "upload_time": "2013-01-05T18:41:29", "url": "https://files.pythonhosted.org/packages/75/71/fe17f6b6b99302c86e25b206721e4d3969484cb1eb73b114ad829537ac22/django-board-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e5e6408aef36a43289786fd70ba9a8ae", "sha256": "e22d0fec95ae277c23597baa35d02baa98d09822ab28ed1a791b882ad018f4e6" }, "downloads": -1, "filename": "django-board-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e5e6408aef36a43289786fd70ba9a8ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3789, "upload_time": "2013-05-31T17:39:53", "url": "https://files.pythonhosted.org/packages/e3/3b/62b3d1b1a1639ed379673efbcd428af752db8e8ea3d84cd166047393b5da/django-board-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e5e6408aef36a43289786fd70ba9a8ae", "sha256": "e22d0fec95ae277c23597baa35d02baa98d09822ab28ed1a791b882ad018f4e6" }, "downloads": -1, "filename": "django-board-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e5e6408aef36a43289786fd70ba9a8ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3789, "upload_time": "2013-05-31T17:39:53", "url": "https://files.pythonhosted.org/packages/e3/3b/62b3d1b1a1639ed379673efbcd428af752db8e8ea3d84cd166047393b5da/django-board-0.2.1.tar.gz" } ] }