Let\'s say I have 3 functions A, B, C. Function B calls Function A and Function C calls Function B.
def function_A(): # do something here @transaction.atomic