Skip to content
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

fix: profile_edit 후 재로그인시 변경사항 반영안되는 문제 해결 #23

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

jaehejun
Copy link
Contributor

주요 구현 사항

  • django ORM에서 제공하는 update_or_create() 메소드를 get_or_create() 메소드로 변경해서 db에 이미 있는 유저면 업데이트 하지 않게 바꿈!

리뷰어 참고 사항

  • 이제 profile edit 하고 logout -> login 다시 하면 변경사항 잘 적용되어 있습니다!

Copy link
Contributor

@seonjo1 seonjo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정말 쉽지 않은 오류 상황이었는데 이걸 해결해버리네!!! 대단합니다!!!!!!!!

@seonjo1 seonjo1 merged commit ed2f2ff into main Aug 22, 2024
2 checks passed
@jaehejun jaehejun deleted the fix/profile_change_error branch August 22, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants