Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1003 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 1003 Bytes

Resultados por escuelas de las elecciones Argentina Octubre 2013

Getting started

Create a virtualenv to store all the code in a nice tupperware container.

$ virtualenv election-2013

Jump into it.

$ cd election-2013
$ . bin/activate

Clone the repository.

$ git clone [email protected]:democraciaconcodigos/election-2013.git repo

Jump into it.

$ cd repo

Install the other Python dependencies.

$ pip install -r requirements.txt

Fire up the Flask server that hosts our development pages.

$ python app.py
# Visit http://localhost:8000 in your browser and check it out.

To flatten the Flask site so it can be hosted without a server as static files.

# This will update the files in the ./build directory
$ python freeze.py

Heavily Based On The work of

https://github.com/palermo-hollywood/election-2013

This code was developed at Córdoba, Argentina By the Geolocalization Team