5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
echo migrating
|
|
python manage.py migrate
|
|
|
|
echo running without reload
|
|
python manage.py runserver 0.0.0.0:8000 --noreload |