Changes between Version 3 and Version 4 of DeveloperGuidelines/DeploymentSettings
- Timestamp:
- 02/12/14 10:41:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/DeploymentSettings
v3 v4 6 6 == Using Deployment Settings == 7 7 * Deployment Settings are defined in {{{models/000_config}}}. 8 * The global {{{deployment_settings}}} variable is an instance of the {{{S3Config}}} class ({{{modules/s3 /s3cfg.py}}}), which is used to store the Deployment Settings and provides methods for getting the Deployment Settings. These methods also provide default values for all of the Deployment Settings.8 * The global {{{deployment_settings}}} variable is an instance of the {{{S3Config}}} class ({{{modules/s3cfg.py}}}), which is used to store the Deployment Settings and provides methods for getting the Deployment Settings. These methods also provide default values for all of the Deployment Settings. 9 9 * Deployment Settings can be called in code to provide values or in logic statements to enable different functionality. 10 10