Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 팔로우 기능 에러
- 딥러닝
- python to json
- 북마크한 목록 가져오기
- js
- class view
- 장고
- Python
- 다항 논리 회귀
- 프론트엔드
- ERD
- 댓글지우기
- json to db
- test.py
- 백엔드
- API명세
- original set
- 개인페이지
- serializer
- 프로필사진 업로드
- 비밀번호 수정
- docker
- 댓글쓰기
- 팀프로젝트 기획
- CNN
- 머신러닝
- 와이어프레임
- 이진 논리 회귀
- DRF
- Django
Archives
- Today
- Total
목록Trouble Shooting (1)
코딩 개발일지
회원탈퇴 기능 Trouble Shooting / 기술 면접
문제 def delete(self, request): if request.data: password = request.data.get("password", "") auth_user = authenticate(email=request.user.email, password=password) if auth_user: auth_user.delete() return Response({'status': '204', 'error': '회원 탈퇴가 완료되었습니다.'}, status=status.HTTP_204_NO_CONTENT) else: return Response({'status': '401', 'error': '비밀번호가 불일치합니다.'}, status=status.HTTP_401_UNAUTHORIZED) el..
AI 본 교육/AI 14주차
2023. 11. 14. 00:05