Git Product home page Git Product logo

escrutiniosocial's Introduction

escrutiniosocial

Build Status

Una aplicación web para validar colaborativamente el escrutinio provisorio

Para cargar datos oficiales a partir de los csv publicados:

  1. Cargar información de provincias y departamentos: $ python manage.py cargar_provincias electoral-2013-departamentos.csv

  2. Cargar información de partidos: $ python manage.py cargar_partidos electoral-2013-partidos.csv

  3. Cargar datos de resultados: $ python manage.py cargar_eleccion "Diputados nacionales" electoral-2013-diputados_nacionales.csv

Para colaborar con el proyecto:

  1. Forkear el proyecto en tu cuenta de github
  2. Clonar el fork desde la terminal con $ git clone (url de tu fork, proyecto en tu github)
  3. Desde la terminal agregar el repo original $ git remote add upstream

Algunas cosas útiles:

$ git push origin master

Pushes commits to your remote repository stored on GitHub

$ git fetch upstream

Fetches any new changes from the original repository

$ git merge upstream/master

Merges any changes fetched into your working files

$ git branch mybranch

Creates a new branch called "mybranch"

$ git checkout mybranch

Makes "mybranch" the active branch

$ git checkout master

Makes "master" the active branch

$ git merge mybranch

Merges the commits from "mybranch" into "master" ###$ git branch -d mybranch Deletes the "mybranch" branch

visit https://help.github.com/articles/using-pull-requests to learn how to send your contribution to the original repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.