Skip to content

Commit

Permalink
disable atomic requests for gazettes
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Sep 16, 2024
1 parent 263b8c9 commit 56da1e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gazettes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
db_config = dj_database_url.config( # noqa
default=os.environ.get("DATABASE_URL", default_db_url) # noqa
)
db_config["ATOMIC_REQUESTS"] = True # noqa
DATABASES["default"] = db_config # noqa


Expand Down

0 comments on commit 56da1e9

Please sign in to comment.