{ "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