This repository holds the code for hasadna project to support open municipal elections. The code contains a django project for a spcific municipality and allows the citizens 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
You can access the dev site or if you're a Django developer, install it on your local machine:
$ sudo pip install virtualenvwrapper $ mkvirtualenv oshot $ git clone https://github.com/hasadna/open-shot.git $ cd oshot $ pip install -r requirements.txt $ python manage.py syncdb --migrate --noinput $ python manage.py runserver