1#!/bin/bash 2 3# Start the web server in debug mode 4 5# ("<launcher> server" can give a weird error - confirm?) 6 7CHART_DEBUG=1 ${CHART_LAUNCHER_NAME} django_manage runserver --noreload 0.0.0.0:${CHART_PORT}