#!/bin/bash python manage.py migrate nginx gunicorn --bind :8000 --workers 4 pflaenzli_django.wsgi:application