Write-Host "Migrating database..." python manage.py migrate Write-Host "Running without reload..." python manage.py runserver 0.0.0.0:8000 --noreload