A pluggable Django app for managing board members of an organisation. Board members have titles, mini-biographies, and photos.
Installation is simple:
pip install django-board
Getting started
Add the following to your INSTALLED_APPS:
sorl.thumbnail (if not already present);
board.
Sync database changes, using:
python manage.py syncdb
django-board ships with no views, templates or URLs. To include a list of board members in a template, use the template tag board_members:
{% load board_tags %}
{% board_members as members %}
{% if members %}
<ul>
{% for member in members %}
<li>{{ member.name }}</li>
{% endfor %}
</ul>
{% endif %}
Running the tests
You can run the test suite using:
python manage.py test board
Release files for django-board 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-board-0.2.1.tar.gz | 3.8 kB | Details |
Release files / django-board-0.2.1.tar.gz
| Download URL | django-board-0.2.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e22d0fec95ae277c23597baa35d02baa98d09822ab28ed1a791b882ad018f4e6
|
|
BLAKE2b-256 checksum How to use checksums |
e33b62b3d1b1a1639ed379673efbcd428af752db8e8ea3d84cd166047393b5da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |