Skip to content

Commit

Permalink
Merge pull request #2036 from laws-africa/atomic-requests
Browse files Browse the repository at this point in the history
disable atomic requests
  • Loading branch information
longhotsummer authored Sep 16, 2024
2 parents 4f8fc35 + 263b8c9 commit c25107f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peachjam/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
gazette_db_config = dj_database_url.config(
default=gazette_db_url, env="GAZETTES_DATABASE_URL"
)
default_db_config["ATOMIC_REQUESTS"] = True

DATABASES = {
"default": default_db_config,
Expand Down

0 comments on commit c25107f

Please sign in to comment.