반응형
![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/eoroWu/btqJnEUSpgE/HqikYTXanDLZClQA6QGK3k/img.png)
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
- Watch App for iOS App vs Watch App
- Flutter Clipboard
- Sketch 누끼
- 플러터 싱글톤
- ipad multitasking
- DRF APIException
- flutter 앱 출시
- Django FCM
- flutter dynamic link
- cocoapod
- Flutter Spacer
- Django Heroku Scheduler
- github actions
- flutter build mode
- Django Firebase Cloud Messaging
- 플러터 얼럿
- drf custom error
- Python Type Hint
- ribs
- Flutter 로딩
- PencilKit
- Flutter getter setter
- 구글 Geocoding API
- 장고 Custom Management Command
- SerializerMethodField
- METAL
- Dart Factory
- 장고 URL querystring
- flutter deep link
- Flutter Text Gradient
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함