Skip to content

Commit

Permalink
docs: remove outdated configuration diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed May 15, 2024
1 parent 73d3995 commit 72a15e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lms/envs/docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ LMS Configuration Settings
==========================

The lms.envs module contains project-wide settings, defined in python modules
using the standard `Django Settings`_ mechanism.
using the standard `Django Settings`_ mechanism, plus some Open edX
particularities, which we describe below.

.. _Django Settings: https://docs.djangoproject.com/en/2.2/topics/settings/

Different python modules are used for different setting configuration options.
To prevent duplication of settings, modules import values from other modules,
as shown in the diagram below.

.. image:: images/lms_settings.png
.. _Django Settings: https://docs.djangoproject.com/en/dev/topics/settings/


YAML Configuration Files
Expand Down
Binary file removed lms/envs/docs/images/lms_settings.png
Binary file not shown.

0 comments on commit 72a15e3

Please sign in to comment.