Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Learning Summary
(이번 세션에서 배운 내용과 어떤 기능을 구현했는지 최대한 구체적으로 작성해주세요.)
🔑 Key
pythonanywhere에서 다른 계정으로 바꾼 경우엔
ALLOWED_HOSTS = [' ']를 꼭 변경해줘야 마지막에 오류가 안 납니다...ㅎㅎㅎ📒 Reference
ERD 작성할 때 식별관계(Identifying Relationship)와 비식별관계(Non-Identifying Reltationship)에 대해 궁금해서 참고했습니다
https://jins-dev.tistory.com/entry/RDBMS%EC%9D%98-%EA%B4%80%EA%B3%84-Identifying-NonIdentifying-Relationship-%EC%97%90-%EB%8C%80%ED%95%98%EC%97%AC
이 글과 별개로 장고를 사용할 경우엔 모두 비식별관계(Non-Identifying Reltationship)로 처리해도 상관 없다고 합니당
HTTP 상태 코드(204 No Content - Delete 처리할 때 참고)
https://hongong.hanbit.co.kr/http-%EC%83%81%ED%83%9C-%EC%BD%94%EB%93%9C-%ED%91%9C-1xx-5xx-%EC%A0%84%EC%B2%B4-%EC%9A%94%EC%95%BD-%EC%A0%95%EB%A6%AC/
🔎 Result
배포링크: https://0euun.pythonanywhere.com/

postman(배포확인용)
✍🏻 Review
드디어 제가 만든 프로젝트를 배포해서 넘 뿌듯했습니당
로컬에서만 돌아가던 게 진짜 서버에서 작동하는 걸 보니까 신기했어요
이제 이걸 프론트엔드랑 어떻게 연결하는지, GitHub에 올린 코드들이랑은 어떻게 이어질지, 기획디자인 팀원들이 만들어준 UI 화면이랑은 어떻게 연결하는지 너무너무 궁금해졌어요 🤔