Skip to content

Commit 76947f3

Browse files
committed
fix
1 parent 6c9fd12 commit 76947f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/django/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
DATABASES = {
107107
"default": env.db("DATABASE_URL", default="postgres:///styleguide_example"),
108108
}
109+
DATABASES["default"]["ATOMIC_REQUESTS"] = True
109110

110111
if os.environ.get("GITHUB_WORKFLOW"):
111112
DATABASES = {
@@ -118,7 +119,6 @@
118119
"PORT": "5432",
119120
}
120121
}
121-
DATABASES["default"]["ATOMIC_REQUESTS"] = True
122122

123123

124124
# Password validation

0 commit comments

Comments
 (0)