generated from JustScreaMy/ProjectTemplate
5 lines
No EOL
115 B
Bash
Executable file
5 lines
No EOL
115 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
python manage.py migrate --no-input
|
|
python manage.py runserver 0.0.0.0:8000 |