supergravity
Django aggregation 정리 본문
docs.djangoproject.com/en/3.1/topics/db/aggregation/
The topic guide on Django’s database-abstraction API described the way that you can use Django queries that create, retrieve, update and delete individual objects. However, sometimes you will need to retrieve values that are derived by summarizing or aggregating a collection of objects. This topic guide describes the ways that aggregate values can be generated and returned using Django queries.
Throughout this guide, we’ll refer to the following models. These models are used to track the inventory for a series of online bookstores:
'개발중 기억해야 할만한 것들' 카테고리의 다른 글
Expo Firebase Authentication & Cloud Firestore Using async/await & React Hooks (0) | 2021.05.13 |
---|---|
앱 업그레이드 계획 (0) | 2021.05.11 |
리뷰 - expo-file-system - Expo 파일 시스템 (0) | 2021.01.21 |
파이썬 가상환경 npm 사용 (0) | 2021.01.19 |
aws EC2 django-rest 배포 (0) | 2021.01.02 |
Comments