Settings
========

This is the list of (non-toggle) Django settings defined in the ``common.py`` modules of edx-platform.

.. note::
    Toggle settings, which enable or disable a specific feature, are documented in the :ref:`feature toggles <featuretoggles>` section.

Platform-Wide Settings
----------------------

.. settings::
    :folder_path: openedx/envs/common.py

LMS Settings
------------

.. settings::
    :folder_path: lms/envs/common.py

CMS Settings
------------

.. settings::
    :folder_path: cms/envs/common.py
