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