리셋 되지 말자

ORM 본문

Django

ORM

kyeongjun-dev 2022. 4. 16. 03:00

GenericForeignKey, ContentType

필요성

  • RDB에서 하나의 attribute가 여러 형태의 테이블을 참조하고 싶을 때가 있다

참고자료

https://leffept.tistory.com/358

https://django.cowhite.com/blog/where-should-we-use-content-types-and-generic-relations-in-django

 

'Django' 카테고리의 다른 글

나중에 공부할 내용(ORM)  (0) 2022.04.28
원격실습 환경 구성  (0) 2022.04.16
CSRF 토큰 오류  (0) 2021.12.21
celery shared_task 수집하기  (0) 2021.10.12
django local image database save  (0) 2021.10.12
Comments