Now that the content in `guides` is all of the edx-platform docs, move them all into the top-level docs directory to reduce confusion. BREAKING CHANGE: Guides are now just docs. This will require updating the publishing settings so that RTD looks for the conf in a different location.
20 lines
427 B
ReStructuredText
20 lines
427 B
ReStructuredText
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.
|
|
|
|
LMS settings
|
|
------------
|
|
|
|
.. settings::
|
|
:folder_path: lms/envs/common.py
|
|
|
|
CMS settings
|
|
------------
|
|
|
|
.. settings::
|
|
:folder_path: cms/envs/common.py
|