#!/bin/bash source /srv/venv/bin/activate cd /srv/app python manage.py migrate python manage.py collectstatic --noinput python manage.py runserver