@ -21,11 +21,9 @@ echo "Apply database migrations"
python3 manage.py migrate myauth --noinput
python3 manage.py migrate --noinput
if [[ "$BRANCH" -eq "develop" ]]
then
pip3 install -r requirements/test.txt
python3 manage.py dummydata --number 100 # Load dummy data for testing interface
fi
supervisord -c /opt/app/conf/supervisor.conf