Skip to content

Commit

Permalink
Merge pull request #1540 from ccnmtl/fix-deployment
Browse files Browse the repository at this point in the history
Adjust imports to fix deployment
  • Loading branch information
ndittren authored Aug 25, 2024
2 parents 5473b52 + 30f157d commit 51ab645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quizcon/settings_production.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.conf import settings
from ctlsettings.production import common
from quizcon.settings_shared import * # noqa: F403
from ctlsettings.production import common


locals().update(
Expand Down
2 changes: 1 addition & 1 deletion quizcon/settings_staging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.conf import settings
from ctlsettings.staging import common, init_sentry
from quizcon.settings_shared import * # noqa: F403
from ctlsettings.staging import common, init_sentry


locals().update(
Expand Down

0 comments on commit 51ab645

Please sign in to comment.