Skip to content

piratar/vaa

 
 

Repository files navigation

Voter Assistance Application

Installation

OS requirements: Postgresql 9.4+, redis-server, Python 2.7, python-virtualenv, psycopg2:

cd /var/www
git clone [github_url]
virtualenv vaa_env
source vaa_env/bin/activate
cd vaa
pip install -r requirements.txt
# Make the database
python manage.py migrate
python manage.py createsuperuser

Use

There are two management commands of note, qimport and cand_import. They take csv files as arguments as well as the slug of the election the data are meant for. cand.csv and questions.csv show the format. Google docs outputs the proper encoding for latin-1 characters.

To invite candidates to participate, go to /admin/questions/candidate/, select the candidates to invite and select "Senda inngangstölvupóst" from the menu and press Go.

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.1%
  • CSS 27.7%
  • HTML 16.0%
  • Shell 1.5%
  • JavaScript 1.3%
  • Nginx 0.4%