run-migrate-and-runserver.sh 82 B

12345
  1. #!/usr/bin/env bash
  2. set -e
  3. bin/run-migrate.sh
  4. ./manage.py runserver 0.0.0.0:8080