-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
운영 배포 #51
Merged
Merged
운영 배포 #51
Conversation
This file contains 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
존재하지 않는(등록되지 않은) 기능의 status 조회 시 Internal Server Error가 발생하여 이러한 경우 404 응답 코드를 반환하도록 수정
Fix: 존재하지 않는 기능의 status 조회시 서버 오류가 발생하지 않게 수정
`Sponsor` 모델 `__str__` 메서드 오타 수정
프로그램 앱 추가 및 세션/세션 유형 관련 모델 추가
update: 모델 설계 갱신
ProposalSerializer: 각 Proposal 별 Serializer ProposalListSerializer: Proposal 목록 Serializer ProposalCategorySerializer: ProposalCategory Serializer
PR 요청에 따라 "created_at", "updated_at" 항목 제외
Add: Program 앱 Serializer 추가
pythonkr/PyConKR-2023
Add: CODEOWNERS 추가
formatter 옵션 설정
update: available 필드 추가
fix: available 조건 수정
후원사 모델 필드 설명 수정
update: CORS-ALLOW ALL
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.
목표
작업 내용
유의 사항
PyConKR-2023
을 지정해주세요.