#!/bin/bash source ../venv/bin/activate source ./config.sh #### Security # Set to production mode and auth level for demos export OTREE_PRODUCTION=0 export OTREE_AUTH_LEVEL=DEMO otree runserver 0.0.0.0:$PORT