Skip to content

kgocks/politicos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Politicos API

Aqui você vai encontrar os dados, ferramentas e recursos para realizar pesquisas, desenvolver aplicativos, visualizações de dados, e muito mais.

Instalação

  1. Clone o repositório:

    git clone https://github.com/olhoneles/politicos.git
    
  2. Crie um virtualenv:

    cd politicos
    mkvirtualenv politicos
    
  3. Instale as dependências:

    make setup
    
  4. Crie o banco de dados:

    make data
    
  5. Inicialize o projeto:

    make run
    
  6. Se você quiser sobrescrever algumas configurações do settings.py, como SECRET_KEY, DATABASES, ALLOWED_HOSTS, por favor crie o arquivo politicos/local.config.

Como Contribuir

Participe da lista de email e também via IRC no canal #olhoneles na Freenode.

Faça uma cópia do repositório e envie seus pull-requests.

Licença

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

API com todos os candidatos Brasileiros!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • HTML 8.2%
  • CSS 3.2%
  • Makefile 0.3%