Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

okfn-brasil/esiclivre

Repository files navigation

Este é um repositório antigo. Link para novos repositórios.


EsicLivre

Micro serviço para interação com o eSIC municipal de São Paulo.

Install

$ python setup.py develop

Se está usando Postgres:

$ pip install psycopg2

Prepare DB

Create the database and user, set them in settings/local_settings.py as SQLALCHEMY_DATABASE_URI.

SQLALCHEMY_DATABASE_URI = 'postgresql://<user>:<password>@localhost/<database>'

Create tables:

$ python manage.py initdb

Run!

$ python manage.py run

API

Needs doc...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published