django with.transaction.atomic() 원자성

김태인·2022년 11월 28일
0

Django

목록 보기
10/10

Django Transaction 활용하기

  • import
from django.db import transaction

with transaction.atomic():

해당 method를 데코레이터하여 wrapping 한 후
DB에 모두 반영이 되거나 전부 되지 않게 할 수 있음

profile
코딩이 취미가 되는 그날까지

0개의 댓글