This application was generated by Guillotina's application cookiecutter.
Python >= 3.7
This example will use python virtual env:
python3.7 -m venv .
./bin/pip install -e .
Most simple way to get running:
./bin/guillotina
Running Postgresql Server:
docker run --rm -e POSTGRES_DB=guillotina -e POSTGRES_USER=guillotina -p 127.0.0.1:5432:5432 --name postgres postgres:9.6