Python & SandBox Apps
Manage SandBox Python Apps
This page will give an easy interface for managing your pythonPython sandbox apps. To access the appsapps, go to the following page,
Python -> Python & SandBox Apps
This page provides the following tools :
- Change the Python Version
onof the app - Change Startup Script
- Change Public Folder
- Change Project Mode
- Enable/Disable SandBox
Change the Python Version on the App
To change the pythonPython version of a SandBox app, click the python Python icon on for the respective app. Then select the pythonPython version. You can also choose to reinstall Sandbox.
If you change the pythonPython version, you may need to reinstall Sandbox to set setupup the pythonPython modules.
Changing the Python version onof a production app may break the app if the requirements doesn'tare meet.not met.
You need to make sure to install all pips after changing the pythonPython version.
Change Startup Script
This option will help you to change the entry point script or startup script on your pythonPython project. It is a uWsgi script name.
Examples :Examples: wsgi.py ,py, app.py ,py, uwsgi.py, etc.
Change Public Folder
This folder contains the static files of your app like CSS, JS ,JS, Images, etc. If your app is configured with the static files on a specific folder ,folder, you need to set this path, so that the web server directly serveserves thisthese files.
Setting the wrong path for static files may break the websitewebsite's contents.
Change Project Mode
You can switch your project into production or development mode. This mode will be enabled on your webserverweb server configuration.
Enable / Disable Sandbox
This option will help you to enable or disable the virtual pythonPython setup on your SandBox app.
Disabling the sandbox may break your sandbox application , if it havehas custom modules.
Re Re-Install Sandbox
This option will remove all installed modules on your SandBox and reinstall the app python virtual environment on your project.
Delete SandBox
This option will uninstall the SandBox from your selected domain.