Skip to content

Commit

Permalink
fix: import django in prod settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Mar 27, 2024
1 parent 1892fc2 commit da8b9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edx_exams/settings/production.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from os import environ

import django
import yaml

from edx_exams.settings.base import *
Expand Down

0 comments on commit da8b9cb

Please sign in to comment.