Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yairchu/azlemi

azlemi.org.il: A site to help people decide how to vote in the upcoming Israeli elections (2015.3)
https://github.com/yairchu/azlemi

Last synced: 23 days ago
JSON representation

azlemi.org.il: A site to help people decide how to vote in the upcoming Israeli elections (2015.3)

Awesome Lists containing this project

README

        

vote_tool
=========

A site to help people decide how to vote for the knesset (work in progress)

The site is currently running at http://azlemi.org.il/

How to set up your own local development environment
====================================================

In the shell - run:

$ git clone --recursive https://github.com/yairchu/azlemi.git
$ cd azlemi
$ virtualenv -p python3 venv
$ source venv/bin/activate
(venv)$ pip install -r requirements.txt
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver

At this stage you should be running your own local instance running on your computer serving pages at [http://localhost:8000](http://localhost:8000)