#!/bin/ash # Activate the virtual environment source .virtualenv/bin/activate # Run Django migrations ./manage.py migrate # Start the Django development server exec ./manage.py runserver 0:8080