env_setup

Functions to initialize environment settings.

env_setup.setup()

Adds <project_root>/lib to the python path.

Starts in current working directory and traverses up until app.yaml is found. Assumes app.yaml is in project root.

env_setup.setup_django(settings='settings', version='1.2')

Sets up the django libraries.

Parameters:
  • settings – The name of the settings file. Default: 'settings'.
  • version – The django version to set up. Default: '1.2'.

Previous topic

The substrate Command

Next topic

appengine_config