Skip to content

Commit

Permalink
Ilee2u/fix prod import django (#262)
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
  • Loading branch information
ilee2u authored Mar 27, 2024
1 parent 5b45de3 commit a381bae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ acceptance_tests.*.png
# Override config files
override.cfg
private.py
private.txt

# JetBrains
.idea
Expand Down
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
2 changes: 2 additions & 0 deletions requirements/private.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
confluent_kafka[avro,schema-registry]
-e /edx/src/lxml

0 comments on commit a381bae

Please sign in to comment.