I want to run my custom command from django view which create new user. Here is my command
python manage.py tenant_command createsuperuser --schema=schema_name
Here schema name my be change
Above command is same as
python manage.py createsuperuser
Here i didn't know how to pass username, email and password and confirm password any suggestion would be appreciated