#!/bin/bash
set -e
cd /app
if [[ -n "$DJANGO_DEBUG" ]]; then
LOGLEVEL="DEBUG"
else
LOGLEVEL="INFO"
fi
A Fortis Scientia site