Skip to content

Commit

Permalink
Ilee2u/fix prod import (#264)
Browse files Browse the repository at this point in the history
* feat: make docker-compose work with brew version

* fix: import django in prod settings

* fix: gitignore private reqs

* fix: corrected django import for prod
  • Loading branch information
ilee2u authored Mar 27, 2024
1 parent 09e9e25 commit 482707e
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 482707e

Please sign in to comment.