/TiamatHead

Gateway between end applications and Tiamat services

Primary LanguagePython

Project TiamatHead

Codacy Badge Build Status

A CanionLabs project

Decouple Schema

Name Type Sample
SECRET_KEY str super-secret-password
DEBUG bool True
DB_URL str postgres://USER:PASSWORD@HOST:PORT/NAME

Run tests

docker-compose run -e DJANGO_SETTINGS_MODULE=tiamat_head.settings.tests --no-deps --rm web py.test

Run locally

docker-compose up --build