Commit 7eb2bdf
Taylor Payne
fix: Ensure LMS_ROOT_URL is defined in i18n and assets settings modules (#1256)
When running the management commands related to translations
and static assets in `tutor/templates/build/openedx/Dockerfile`,
LMS_ROOT_URL needs to have a valid value, otherwise the build
will fail.
Tutor has relied on there being a valid value for LMS_ROOT_URL
present in `lms/envs/common.py` and `cms/envs/common.py`,
but upcoming changes to edx-platform (#37045) will create the
need to ensure LMS_ROOT_URL has a valid value.1 parent 35fe2dd commit 7eb2bdf
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments