Skip to content

Commit

Permalink
docs: add sumac release in compatibility notes table
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 15, 2024
1 parent 25eb2fc commit 5dc7aa0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EOX Tenant
:alt: GitHub Actions Workflow Test Status
.. |PyPI Badge| image:: https://img.shields.io/pypi/v/eox-tenant?label=PyPI
:alt: PyPI - Version

Eox-tenant is a plugin for `Open edX`_, and part of the Edunext Open edX Extensions (aka EOX), that replaces the microsites and site_configurations features, offering a more robust multi-tenancy model.

If you are looking for professional development or support with multitenancy or multi-sites in the Open edX platform, you can reach out to sales@edunext.co
Expand All @@ -22,10 +22,10 @@ Installation
#. Add this plugin in your Tutor ``config.yml`` with the ``OPENEDX_EXTRA_PIP_REQUIREMENTS`` setting.

.. code-block:: yaml
OPENEDX_EXTRA_PIP_REQUIREMENTS:
- eox-tenant=={{version}}
#. Save the configuration with ``tutor config save``.
#. Build the image and launch your platform with ``tutor local launch``.

Expand Down Expand Up @@ -67,6 +67,8 @@ Compatibility Notes
+------------------+------------------+
| Redwood | >= v11.7.0 |
+------------------+------------------+
| Sumac | >= v12.1.0 |
+------------------+------------------+

⚠️ Since the 6.2 version, eox-tenant does not support Django 2.2

Expand All @@ -90,7 +92,7 @@ Those settings can be changed in ``eox_tenant/settings/common.py`` or, for examp
🚨 For version < 10.0.0 you need to enable eox-tenant adding in the LMS configuration:

.. code-block:: yaml
USE_EOX_TENANT = True
Commands
Expand Down

0 comments on commit 5dc7aa0

Please sign in to comment.