8 lines
163 B
Bash
8 lines
163 B
Bash
|
|
cd /access_controller/
|
|
pip install -r requirements.txt
|
|
python manage.py migrate
|
|
python manage.py collectstatic --noinput
|
|
python manage.py runserver 0.0.0.0:8000
|
|
|