A CanionLabs project
| Name | Type | Sample |
|---|---|---|
| SECRET_KEY | str | super-secret-password |
| DEBUG | bool | True |
| DB_URL | str | postgres://USER:PASSWORD@HOST:PORT/NAME |
docker-compose run -e DJANGO_SETTINGS_MODULE=tiamat_head.settings.tests --no-deps --rm web py.test
docker-compose up --build