Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed Feb 27, 2024
1 parent 5904348 commit ce4a1da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/management/commands/change_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion eox_tenant/management/commands/change_signup_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ce4a1da

Please sign in to comment.