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

Yujeong/accounts 테스트 에러 및 이미지 필드 추가 #159

Merged
merged 7 commits into from
Oct 10, 2024

Conversation

devnproyj22
Copy link
Contributor

requirements.txt

  • requests 패키지 설치 및 추가

serializers.py

(테스트)

  • Meta 클래스의 fields에 __all__이 아닌 필드 목록 나열
  • nickname 중복 검증 메서드 추가

(이미지필드)

  • profile_image 추가(시리얼라이저 중첩)
  • create과 update 수정(profile_image 생성 및 업데이트)
    -> profile_image 의 유효성 검사는 ImageSerializer에서 구현

accounts/test

  • views.py 통과
  • serializers.py 통과

@devnproyj22 devnproyj22 added the enhancement New feature or request label Oct 10, 2024
@devnproyj22 devnproyj22 merged commit 7f86c70 into dev Oct 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants