반응형
[DRF] 기본 Exception과 APIExecption
rest_framework에 있는 기본 exception과 APIException에 대해서 알아보겠습니다. [1] Exception 처리해야하는 이유 저의 SignupView는 이렇게 되어있는데요 아무 exception도 처리안해준 상태입니다. class SignupView(APIView): def post(self, request): unique_string = get_random_string(length=10) temporary_family_code = models.TemporaryFamilyCode(code=unique_string) user = User.objects.create_user(username=request.data['id'], password=request.data['password'..
🐍/DRF
2020. 9. 24. 10:18
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- DRF APIException
- Flutter Clipboard
- flutter build mode
- 장고 URL querystring
- SerializerMethodField
- flutter 앱 출시
- cocoapod
- Dart Factory
- ipad multitasking
- github actions
- flutter dynamic link
- ribs
- drf custom error
- Django FCM
- Flutter getter setter
- METAL
- Flutter 로딩
- Flutter Text Gradient
- 장고 Custom Management Command
- Django Firebase Cloud Messaging
- Django Heroku Scheduler
- 플러터 싱글톤
- 플러터 얼럿
- flutter deep link
- Flutter Spacer
- PencilKit
- Watch App for iOS App vs Watch App
- 구글 Geocoding API
- Python Type Hint
- Sketch 누끼
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함