You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1. Development
2. Docs
💬 Issue
FEAT: Set up database and create models #16
데이터베이스 생성 전, timezone을
Asia/Seoul
로 설정했음에도 데이터 추가 시UTC
로 표시됨settings.py
에서USE_TZ = False
로 변경해서 해결Question
인스턴스를 다시 생성했더니id
밀림 (2번 부터 시작)db.sqlite3
및migrations/0001_initial.py
파일 삭제, 데이터베이스 재설치)→ 이후 파일 꼬이기 시작
3. Github
merge conflict 발생
FEAT: Create admin and register polls app #17
__pycache__
,db.sqlite3
,mysite/polls/admin.py
등) conflict 발생__pycache__
,db.sqlite3
파일은 직접 수정 불가능origin
은 해결되었으나local
은 충돌 지속TEST: Check merge conflict #18
MERGE: Fix merge conflict #19
결국
local
디렉토리 삭제 후clone
, 브랜치 새로 생성해서 다음 작업Chore
디스커션 링크 기록용 + 가독성 때문에 issue랑 PR 제목에 대문자로 TYPE을 다시 붙였다.
리드미에 개발일지 링크 + 아이콘 끼얹기
4. Comment
clone
했다.Beta Was this translation helpful? Give feedback.
All reactions