Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 317 Bytes

실행 방법

# be-django 폴더 안에서 다음의 명령을 수행
git stash
git pull
git stash pop
pip install -r requirements.txt
git submodule init
git submodule update --remote
python iotProject/manage.py makemigrations
python iotProject/manage.py migrate
python iotProject/manage.py runserver