Skip to content

Commit

Permalink
do not set ATOMIC_REQUESTS = true
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Greppi committed Dec 6, 2023
1 parent fd02f60 commit eeb9ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_ledger_starter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"USER": env("DATABASE_USER"),
"PASSWORD": env("DATABASE_PASSWORD"),
"TEST": {"NAME": env("DATABASE_NAME")},
"ATOMIC_REQUESTS": True,
}
}
if "DATABASE_HOST" in env:
Expand Down

0 comments on commit eeb9ff8

Please sign in to comment.