Skip to content

develop 브랜치 최신화 이후 체크리스트 #2

@mcaaa9669

Description

@mcaaa9669

🔄 develop 브랜치 최신화 이후 체크리스트

develop 브랜치를 git pull로 최신화한 뒤, 아래 항목 반드시 확인

1️⃣ requirements.txt 변경 여부

requirements.txt 파일이 변경된 경우, 가상환경에서 패키지 재설치가 필요

pip install -r requirements.txt

⚠️ 설치 오류 또는 충돌 발생 시 → 가상환경 삭제 후 재생성을 권장

2️⃣ migration 파일 변경 여부

app/migrations/000X_*.py 파일이 새로 추가되었거나 변경된 경우,
로컬 DB 반영을 위해 migration 실행이 필요

python manage.py migrate

3️⃣ 위 두 항목이 모두 해당되지 않는 경우

코드(.py, .html, .css 등)만 변경된 경우 → 추가 작업 없이 바로 실행 가능

python manage.py runserver

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions