Skip to content

Bobby1994/okqa

 
 

Repository files navigation

open-shot - Open Knesset Question & Answers

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

Quick Start

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

About

Django based Q&A site for the Open Knesset project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.0%
  • HTML 13.6%
  • CSS 6.0%
  • JavaScript 5.4%
  • Shell 1.0%