Changes between Version 3 and Version 4 of DeveloperGuidelines/DeploymentSettings


Ignore:
Timestamp:
02/12/14 10:41:27 (11 years ago)
Author:
Claudio
Comment:

S3Config class isn't in modules/s3/s3cfg.py but instead in modules/s3cfg.py

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/DeploymentSettings

    v3 v4  
    66== Using Deployment Settings ==
    77 * 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.
    99 * Deployment Settings can be called in code to provide values or in logic statements to enable different functionality.
    1010