My django project works fine. But when I add @transaction.atomic on a view function in test_view.py,e.g.
@transaction.atomic
test_view.py