Skip to content

piratar/vaa

This branch is 9 commits behind beltiras/vaa:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2dd48f · Aug 4, 2016

History

85 Commits
Jul 26, 2016
Aug 2, 2016
Jul 19, 2016
Aug 3, 2016
Aug 2, 2016
Aug 4, 2016
Jul 19, 2016
Jul 19, 2016
Aug 2, 2016
Jul 24, 2016
Jul 24, 2016
Jul 16, 2016
Jul 8, 2016
Jul 16, 2016
Aug 2, 2016
Jul 16, 2016

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.

About

Voter Assistance Application

Resources

License

Stars

Watchers

Forks

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%