Skip to content

Resultados por escuelas en Córdoba, Argentina

Notifications You must be signed in to change notification settings

democraciaconcodigos/election-2013

Repository files navigation

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 git@github.com: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

About

Resultados por escuelas en Córdoba, Argentina

(Wait for the Web Site)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published