Skip to content

Commit

Permalink
docs: Clarify default for ./manage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Feb 13, 2025
1 parent 7883fc4 commit 7847aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/decisions/0022-settings-simplification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ This is our target edx-platform settings module structure:
settings with obviously-wrong defaults; (c) un-annotated LMS-specific
overrides of settings defined in ``openedx/envs/common.py``; and (d)
un-annotated overrides of third-party settings. Again, ``Derived`` settings
can be used as appropriate.
can be used as appropriate. This will be the default settings file for
running LMS management commands, although tools can override this (as
usual) by specifying a ``DJANGO_SETTINGS_MODULE``.

* ``lms/envs/test.py``: Override LMS settings for unit tests. Should work
in a local venv as well as in CI. Needs to invoke ``derive_settings`` in
Expand Down

0 comments on commit 7847aab

Please sign in to comment.