eduNEXT / eox-tenant

Plugin for managing multiple tenants (organizations) within a single Open edX instance.
GNU Affero General Public License v3.0
7 stars 4 forks source link

perf: add Quince support DS-776 #196

Closed MaferMazu closed 8 months ago

MaferMazu commented 9 months ago

Description

This PR brings support to the Open edX Quince release.

Testing instructions

Follow the test case file: https://docs.google.com/document/d/1921hOajxAYrdin_thEZ005aQBwPNoj2zsbgkf3q1Mjc/edit?usp=sharing

Additional information

I added some changes to improve the code and follow the pycodestyle and the pylint rules.

Checklist for Merge

Asespinel commented 9 months ago

I checked the multitenancy and the commands and everything is working.

MaferMazu commented 8 months ago

I forgot to update the readme; I'll update it and merge this. Thanks for the reviews.

MaferMazu commented 8 months ago

I also removed the --settings=production from the doc because that was the cause of the errors. The commands will take the settings of the env they are running.

Asespinel commented 8 months ago

LGTM!