django-tenant-schemas
django-tenant-schemas copied to clipboard
"migrate_schemas --list" this command no longer has --list option, pls remove from doc.
The documentation says migrate_schemas has --list option, but that is no longer true. Please update the documentation. Doc link: https://django-tenant-schemas.readthedocs.io/en/latest/use.html#creating-a-tenant
manage.py migrate_schemas: error: unrecognized arguments: --list
usage: manage.py migrate_schemas [-h] [--tenant] [--shared] [--app_label [APP_LABEL]] [--migration_name [MIGRATION_NAME]] [-s SCHEMA_NAME] [--executor EXECUTOR] [--noinput] [--database DATABASE] [--fake] [--fake-initial] [--run-syncdb] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [app_label] [migration_name]