mozillians/bin/run-dev.sh

5 строки
86 B
Bash
Executable File

#!/bin/sh
python manage.py migrate --noinput
python manage.py runserver 0.0.0.0:8000