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