pytigon
To view the available command line options:
pytigon --help
To run the selected application (in this example, "schdevtools")
pytigon schdevtools
To run the same application in webbrowser component:
pytigon schdevtools -b
To run the same application in the client - server architecture with automatic launch of the embedded web server:
pytigon schdevtools -s
To run the same application installed on the remote server (in this example on server: "yourserver.com")
pytigon https://yourserver.com/schdevtools/
To run only the server part of the application using the included http server:
pytigon runserver_schdevtools
You precede the application name with the prefix "runserver_"
To run django command "manage"
pytigon manageschdevtools makemigrations pytigon manageschdevtools migrate pytigon manage_schdevtools createautouser