7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 16:53:28 +00:00
tutor/tutor/templates/apps/openedx
David Ormsbee b3cde02330 fix: override CMS_BASE setting in Studio for dev
The LMS was overriding CMS_BASE properly, but Studio (CMS) configuration
was not. That meant that Studio's CMS_BASE in dev mode was using the
devstack default of localhost:18010 (because this is what's defined in
edx-platform). This in turn broke parts of Studio that use this value,
such as the XBlock v2 API (/api/xblock/v2).

This commit derives the value of the CMS_BASE Django setting from
Tutor's CMS_HOST config value, in the same way that the LMS does it.
2023-10-05 09:06:28 +02:00
..
config fix: broken mysql after palm upgrade 2023-08-16 19:01:41 +02:00
settings fix: override CMS_BASE setting in Studio for dev 2023-10-05 09:06:28 +02:00
uwsgi.ini feat: configure uwsgi through an ini file 2023-03-15 11:19:22 +01:00