Add an `--inactive` option to the `bulk_add_orgs_and_org_courses` management command, which causes the backfill to set `active=False` on all rows created in the Organization and OrganizationCourse tables. This will lower the potential data integrity risk to production systems such as courses.edx.org. Upgrade edx-organizations to 6.6.0 TNL-7774
These directories specify the Python (and system) dependencies for the LMS and Studio. - ``edx`` contains the normal Python requirements files - ``edx-sandbox`` contains the requirements files for Codejail - ``constraints.txt`` is shared between the two (In a normal `OEP-18`_-compliant repository, the ``*.in`` and ``*.txt`` files would be directly in the requirements directory.) .. _OEP-18: https://github.com/edx/open-edx-proposals/blob/master/oeps/oep-0018-bp-python-dependencies.rst