7 lines
131 B
Bash
7 lines
131 B
Bash
|
|
cd /access_controller/
|
|
|
|
python manage.py migrate
|
|
python manage.py collectstatic --noinput
|
|
python manage.py runserver 0.0.0.0:8000
|