Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/yairchu/azlemi
- Owner: yairchu
- Created: 2014-12-30T18:08:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T10:50:01.000Z (over 6 years ago)
- Last Synced: 2023-04-19T00:45:11.027Z (over 1 year ago)
- Language: Python
- Homepage: azlemi.org.il
- Size: 502 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 runserverAt this stage you should be running your own local instance running on your computer serving pages at [http://localhost:8000](http://localhost:8000)