Skip to content

Instantly share code, notes, and snippets.

View sarina's full-sized avatar
🆒
cool

Sarina Canelake sarina

🆒
cool
  • Open edX
  • Somerville, MA
  • 00:11 (UTC -05:00)
View GitHub Profile
@sarina
sarina / sumac_references_settings.xml
Created April 23, 2025 22:58
sumac settings report
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
<!-- Generated by Docutils 0.21.2 -->
<document source="/Users/sarinacanelake/static-clones/edx-platform/docs/references/settings.rst" translation_progress="{'total': 0, 'translated': 0}" xmlns:c="https://www.sphinx-doc.org/" xmlns:changeset="https://www.sphinx-doc.org/" xmlns:citation="https://www.sphinx-doc.org/" xmlns:cpp="https://www.sphinx-doc.org/" xmlns:http="https://www.sphinx-doc.org/" xmlns:index="https://www.sphinx-doc.org/" xmlns:js="https://www.sphinx-doc.org/" xmlns:math="https://www.sphinx-doc.org/" xmlns:py="https://www.sphinx-doc.org/" xmlns:rst="https://www.sphinx-doc.org/" xmlns:std="https://www.sphinx-doc.org/">
<section ids="settings" names="settings">
<title>Settings</title>
<paragraph>This is the list of (non-toggle) Django settings defined in the <literal>common.py</literal> modules
/Users/sarinacanelake/static-clones/frontend-app-account /Users/sarinacanelake/static-clones/frontend-app-account
AdditionalProfileFieldsSlot <
FooterSlot FooterSlot
IdVerificationPageSlot IdVerificationPageSlot
README.md README.md
-------------------------------- --------------------------------
/Users/sarinacanelake/static-clones/frontend-app-admin-consol <
README.md <
-------------------------------- <
/Users/sarinacanelake/static-clones/frontend-app-authn /Users/sarinacanelake/static-clones/frontend-app-authn
@sarina
sarina / teak_ulmo_toggles_diff.rst
Created December 5, 2025 17:35
Teak -> Ulmo added/removed feature toggles

Added Feature Toggles

  • +ALLOW_PUBLIC_ACCOUNT_CREATION: openedx/envs/common.py (line 884)
    • Default value = True
    • Description: Desc: Allow public account creation. If this is disabled, users will no longer have access to [output truncated, see link for full description]
  • +AUTOMATIC_AUTH_FOR_TESTING: openedx/envs/common.py (line 720)
    • Default value = False
@sarina
sarina / teak_ulmo_settings_diff.rst
Created December 5, 2025 17:37
Teak -> Ulmo settings diff

Added Settings

  • +LEARNING_MICROFRONTEND_URL: openedx/envs/common.py (line 1532)
    • Default value = None
    • Description: Base URL of the micro-frontend-based courseware page.
  • +LOGIN_REDIRECT_WHITELIST: openedx/envs/common.py (line 1204)
    • Default value = "empty list ([])"
    • Description: While logout, if logout request has a redirect-url as query strings, [output truncated, see link for full description]