반응형

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
- SerializerMethodField
- 장고 Custom Management Command
- Python Type Hint
- Watch App for iOS App vs Watch App
- Dart Factory
- flutter deep link
- flutter build mode
- DRF APIException
- 구글 Geocoding API
- Flutter Text Gradient
- ipad multitasking
- flutter 앱 출시
- Flutter Clipboard
- Flutter getter setter
- 플러터 얼럿
- Sketch 누끼
- drf custom error
- 장고 URL querystring
- Flutter Spacer
- ribs
- cocoapod
- 플러터 싱글톤
- Django Heroku Scheduler
- github actions
- flutter dynamic link
- Flutter 로딩
- METAL
- PencilKit
- Django FCM
- Django Firebase Cloud Messaging
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함