Manages bylaws for a website built on Django.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.