Skip to content

Commit

Permalink
Enable atomic transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 24, 2024
1 parent 898d140 commit c6b4b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"HOST": os.getenv("DATABASE_HOST"),
"NAME": os.getenv("DATABASE_NAME"),
"USER": "root",
"ATOMIC_REQUESTS": True,
}
}

Expand Down

0 comments on commit c6b4b85

Please sign in to comment.