/ok-qa

Q&A site for oknesset

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ok-qa - Open Knesset Question & Answers

This repository holds the code for hasadna project to support open Primary election. The code contains a django project for a spcific party and allows the party members to ask and upvote questions and for candidates to answer.

You are invited to fork the code, improve the design and send a pull request

Quick Start

You can access the live site or if you're a Django developer, install it on your local machine:

$ sudo pip install virtualenvwrapper
$ mkvirtualenv ok-qa
$ git clone https://github.com/hasadna/ok-qa.git
$ cd ok-qa
$ pip install -r requirements.txt
$ python manage.py syncdb --migrate --noinput
$ python manage.py runserver