Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
685d410cc2
2
setup.py
2
setup.py
@ -55,4 +55,4 @@ setup(
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
],
|
||||
)
|
||||
)
|
||||
@ -1,2 +1 @@
|
||||
__version__ = "16.0.3"
|
||||
|
||||
__version__ = "16.0.3"
|
||||
1
tutorcairn/patches/openedx-lms-production-settings
Normal file
1
tutorcairn/patches/openedx-lms-production-settings
Normal file
@ -0,0 +1 @@
|
||||
CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CAIRN_HOST }}")
|
||||
Loading…
x
Reference in New Issue
Block a user