diff --git a/README.rst b/README.rst index 338ab832..a11ef856 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,8 @@ Compatibility Notes +-------------------+-----------------------+ | Palm | >=v10.0.0 | +-------------------+-----------------------+ +| Quince | >=v11.0.0 | ++-------------------+-----------------------+ **NOTE**: Since 6.2 version, eox-tenant does not support Django 2.2 diff --git a/eox_tenant/management/commands/change_domain.py b/eox_tenant/management/commands/change_domain.py index 703d39cd..4fb15640 100644 --- a/eox_tenant/management/commands/change_domain.py +++ b/eox_tenant/management/commands/change_domain.py @@ -32,7 +32,7 @@ class Command(BaseCommand): This function will iterate over all microsites objects to change microsite prod domains to a stage versions. Usage Example: - python manage.py lms change_domain ".i.stage.ednx.co" ".i.ecom.ednx.co" --signupsources --settings=production + python manage.py lms change_domain ".i.stage.ednx.co" ".i.ecom.ednx.co" --signupsources """ suffix_stage_domain = "" suffix_stage_ecommerce_domain = "" diff --git a/eox_tenant/management/commands/change_signup_sources.py b/eox_tenant/management/commands/change_signup_sources.py index f7406904..70475380 100644 --- a/eox_tenant/management/commands/change_signup_sources.py +++ b/eox_tenant/management/commands/change_signup_sources.py @@ -17,7 +17,7 @@ class Command(BaseCommand): signupsources of a given domain with another domain. Usage Example: - python manage.py lms change_signup_sources --from old.edunext.io --to new.edunext.io --settings=production + python manage.py lms change_signup_sources --from old.edunext.io --to new.edunext.io """ def add_arguments(self, parser):