Skip to main content

Python & SandBox Apps

Manage SandBox Python Apps

This page will give an easy interface for managing your  python sandbox apps.  To access the apps go to the following page,

Python -> Python & SandBox Apps

This page provideprovides the following tools :

  • Change Python Version on app
  • Change Startup Script
  • Change Public Folder
  • Change Project Mode
  • Enable/Disable SandBox

Change Python Version on App

To change the python version of a SandBox appapp, click the python  icon on  for the respective app. Then select the python version. You can also chosechoose to reinstall Sandbox.

If you change the python version, you may need to reinstall Sandbox to to setup the python modulesmodules.

Changing Python version on a production app may  break the app if the requirements doesn't meetmeet.

You need to make sure to install all pips after changing the python versionversion.

Change Startup Script

This option will help you to change the entry point script or startup script on your python python project.  It is a uWsgi script  name.

Examples : wsgi.py , app.py , uwsgi.pypy, etc,.etc.

Change Public Folder

This folder containcontains the static files of your app like CSS, JS , ImagesImages, etc., If your app is configured the static files on a specific folder , you need to set this path, so that the web server directly serve this files.  

Setting the wrong path for static files may break the website contentscontents.

Change Project Mode

You can   switch your project into production or development mode. This mode will be enabled on your webserver configuration.

Enable / Disable Sandbox

This option will help you to enable or disable virtual python setup on your SandBox app. 

Disabling sandbox may break your sandbox application , if  it have custom modules.

Re Install Sandbox

This option will remove all installed modules on your SandBox and reinstall the  app  python virtual environment on your projectproject.

Delete SandBox

This  option will uninstall the SandBox from your selected domain.