Skip to content

Commit

Permalink
build: Enable atomic transactions (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Apr 29, 2024
1 parent 82cf8b9 commit d466b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example_project/rapid_router_test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"NAME": os.path.join(
os.path.abspath(os.path.dirname(__file__)), "db.sqlite3"
), # Or path to database file if using sqlite3.
"ATOMIC_REQUESTS": True,
}
}

Expand Down
1 change: 1 addition & 0 deletions example_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"NAME": os.path.join(
os.path.abspath(os.path.dirname(__file__)), "db.sqlite3"
), # Or path to database file if using sqlite3.
"ATOMIC_REQUESTS": True,
}
}

Expand Down

0 comments on commit d466b3a

Please sign in to comment.