#!/bin/bash set -eu source .venv/bin/activate echo "Starting Django development server..." python manage.py runserver