Skip to content

Commit

Permalink
docs: add note about feature toggles (#1694)
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian Vogel <[email protected]>
  • Loading branch information
nsprenkle and pomegranited authored Jan 10, 2025
1 parent a1710f0 commit a674fc0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/developers_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ This must be done from inside either lms or studio docker container.
In order to simulate a given tox environment (django18, django111, quality, js), run tox -e <env> for the env in question (after re-activating your edx-ora2 virtual environment).
Usually, you can just run the underlying make commands for quicker tests, as requirements aren't re-installed.

Enabling/disabling features
---------------------------------------
ORA code observes several feature toggles for enabling/disabling functionality. For
development purposes, these can be enabled locally in your ``edx-platform`` instance
or in ``/settings/base.py``. See ``settings/base.py`` for ORA-specific toggles and
linked documentation.

Working with submission dependencies
------------------------------------
ORA code also depends on edx-submissions. As a result, anytime a new version of edx-submissions is released, ORA code must be updated as follows.
Expand Down

0 comments on commit a674fc0

Please sign in to comment.