Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 621 Bytes

File metadata and controls

21 lines (11 loc) · 621 Bytes

BooReung-Server

해야할 것 순서

1. 가상환경 설치하고 git pull 받기

2. 가상환경 들어가서 pip install -r requirements.txt

3. secrets.json이라는 파일을 폴더 최상위 계층에 생성 후 secret key 등록하기

4. python manage.py makemigrations / python manage.py migrate 진행하기

규칙

1. 작업은 항상 본인 브랜치를 만들어서 하기

2. 로컬에서 본인 브랜치로 push 후 pull&request 보내기

3. 팀장이 판단 후 merge 해주기

4. commit 메시지에 무엇을 수정한 것인지 알아볼 수 있게 쓰기