django-committees

A simple reusable application for managing a small orgs governance in a Django application
Download

django-committees Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Colin Powell
  • Publisher web site:
  • http://onecardinal.com

django-committees Tags


django-committees Description

A simple reusable application for managing a small orgs governance in a Django application django-committees is a simple pluggable Django app for managing documents in a small not-for-profit organization.At a small organization, we have a governing board, composed of variable-length termed seats, term limits, alternate members, offices: a president, vice president, secretary and treasurer. The rest of the governing is done via committees, wether standing or ad-hoc. The whole government is governed by bylaws and policies. This app should organize all these elements in one place for reference.Models:TERM_LIMIT=2BoardOffice (Pres, vp, sec, at-large, alternate, ex-officio...) - title - slug - description - officer? - officer_rank (INT)BoardTerm - start_date - end_date - office (Office)BoardMember - Person (Profile) - Term (BoardTerm)Meeting - Event - Minutes - Members (BoardMember) - Guests (VarChar) - AdjournBoardMeeting (Meeting) - AgendaMinutes - Meeting - Draft? - Content - AttachmentCommitteeMember - PersonCommittee - title - description - chairs - members (CommitteeMember) - reportsCommitteeTerm - start_date - end_date - committeeReport - Date - Content - Author (Person) Requirements: · Python · Django


django-committees Related Software