5 lines
133 B
Bash
5 lines
133 B
Bash
#!/bin/bash
|
|
|
|
python3 manage.py collectstatic --no-input
|
|
python3 manage.py migrate --no-input
|
|
python3 manage.py runserver 0.0.0.0:8000 |