Skip to main content

Topic Voting Plugin for OpenSlides

Project description

Version 1.0b1 (2013-06-30)

Overview

This plugin features a structured voting on topics using the Sainte-Laguë method.

Requirements

OpenSlides 1.4c1 (http://openslides.org/)

Install

This is only an example instruction for install Topic Voting Plugin for OpenSlides on GNU/Linux. It can also be installed as any other python package and on other platforms, e. g. on Windows.

Change to a new directory:

$ mkdir OpenSlides

$ cd OpenSlides

Setup and activate a virtual environment and install OpenSlides in it:

$ virtualenv .venv

$ source .venv/bin/activate

$ pip install http://files.openslides.org/Beta/openslides-1.4c1.tar.gz

Download and extract sources from GitHub. Install the Topic Voting Plugin for OpenSlides:

$ wget https://github.com/normanjaeckel/openslides-topicvoting/archive/1.0b1.zip

$ unzip 1.0b1.zip

$ pip install openslides-topicvoting-1.0b1/

Instead of the last steps you can also use the Python Package Index (PyPI):

$ pip install openslides-topicvoting==1.0b1

Start OpenSlides once to create its settings file if it does not exist yet:

$ openslides

Stop OpenSlides:

CTRL + C

Edit the settings.py file. You can find it in the directory openslides in your user config path given in the environment variable $XDG_CONFIG_HOME. Default is ~/.config/openslides on GNU/Linux (and $HOME\AppData\Local\openslides on Windows). Insert the line ‘openslides_csv_export’ into the INSTALLED_PLUGINS tuple:

INSTALLED_PLUGINS = (
    'openslides_topicvoting',
)

Synchronize the database to add the new tables:

$ openslides --syncdb

Restart OpenSlides:

$ openslides

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openslides-topicvoting-1.0b1.tar.gz (14.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page