Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DTodorov985 authored and RadoRado committed May 12, 2024
1 parent 704cd57 commit 0a045e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/django/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
DATABASES = {
"default": env.db("DATABASE_URL", default="postgres:///styleguide_example"),
}
DATABASES["default"]["ATOMIC_REQUESTS"] = True

if os.environ.get("GITHUB_WORKFLOW"):
DATABASES = {
Expand All @@ -121,7 +122,6 @@
"PORT": "5432",
}
}
DATABASES["default"]["ATOMIC_REQUESTS"] = True

# Password validation
# https://docs.djangoproject.com/en/3.0/ref/settings/#auth-password-validators
Expand Down

0 comments on commit 0a045e8

Please sign in to comment.