django-bylaws 1.0.2
Manages bylaws for a website built on Django.
This project gives you a pluggable application for adding bylaws to a project. It takes advantage of django_simple_history to provide rudimentary version control of your bylaw documents and can also handle whether users must sign them before doing various deeds on your website.
Installation
Place 'bylaws' in your installed apps.
Add something like the following to your urls:
url(r'^bylaws/', include('bylaws.urls')),
Sync your DB:
python manage.py syncdb
Overview
Bylaws are simple documents that allow you to:
- use markup to structure a bylaws document
- keep track of any changes anyone makes
- gives you easy access to the latest adopted bylaw document
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-bylaws-1.0.2.tar.gz (md5) | Source | 2011-04-21 | 8KB | 302 | |
- Author: Colin Powell
- Home Page: http://github.com/powellc/django-bylaws
- Download URL: http://github.com/powellc/django-bylaws/downloads
- License: BSD
- Categories
- Package Index Owner: powellc
- DOAP record: django-bylaws-1.0.2.xml
