Skip to content

david206/ok-qa

 
 

Repository files navigation

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

About

Q&A site for oknesset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published