Python & Django BE to capture Data Transformation Workflows
DB_NAME=xxxx # postgres database name
DB_USER=xxxx # postgres database user
DB_PASSWORD=xx # postgres database password
DB_HOST=xxxx # postgres database host
DEBUG=False # enable django debug
./bin/build
./bin/dev sh
./bin/run