Skip to content

Commit

Permalink
[#474] Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Nov 14, 2024
1 parent 83c213d commit 6775aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/objects/conf/production.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import os
from .api import API_VERSION

os.environ.setdefault("ENVIRONMENT", "production")
os.environ.setdefault("RELEASE", API_VERSION)

from .base import * # noqa isort:skip

os.environ.setdefault("RELEASE", API_VERSION)
#
# Standard Django settings.
#
Expand Down

0 comments on commit 6775aa0

Please sign in to comment.