diff --git a/setup.py b/setup.py index 99ffaff..236109e 100644 --- a/setup.py +++ b/setup.py @@ -55,4 +55,4 @@ def load_about(): "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ], -) +) \ No newline at end of file diff --git a/tutorcairn/__about__.py b/tutorcairn/__about__.py index 3e6531e..d20e289 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1,2 +1 @@ -__version__ = "16.0.3" - +__version__ = "16.0.3" \ No newline at end of file diff --git a/tutorcairn/patches/openedx-lms-production-settings b/tutorcairn/patches/openedx-lms-production-settings new file mode 100644 index 0000000..ae36ecc --- /dev/null +++ b/tutorcairn/patches/openedx-lms-production-settings @@ -0,0 +1 @@ +CORS_ORIGIN_WHITELIST.append("{% if ENABLE_HTTPS %}https://{% else %}http://{% endif %}{{ CAIRN_HOST }}")