6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-27 19:59:02 +00:00
tutor/changelog.d
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
..
scriv fix: scriv error during github release 2023-06-14 09:38:07 +02:00
20231003_144841_paulo_mongodb_connect.md fix: adds mongodb connect=False 2023-10-04 09:48:08 +02:00
20231004_114528_dave_fix_cms_base_settings.md fix: override CMS_BASE setting in Studio for dev 2023-10-05 09:06:28 +02:00
scriv.ini ci: better github release management with scriv 2023-01-17 12:12:10 +01:00