Changes between Version 72 and Version 73 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
11/27/11 09:51:11 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v72 v73  
    126126
    127127=== Settings ===
    128 System-wide settings have their default values set in {{{models/000_config.py}}}.
     128deployment_settings are defined in {{{models/000_config.py}}}.
    129129
    130 A few settings are still in the s3_settings table.
     130Some settings are in database tables whose defaults are set in {{{models/zzz_1st_run.py}}}.
    131131
    132132Upon 1st run of the system, these settings are loaded into the database from where they can subsequently be edited to configure the running instance.
     
    136136
    137137If you wish to clean out all settings to import afresh, then close down Web2Py & delete all files from {{{/databases}}})
    138 
    139 Modules can set up their own configuration settings tables in a similar way (e.g. GIS does this)
    140 
    141138=== jQuery ===
    142139jQuery scripts are located in multiple places to provide for ease of maintenance & for performance gains: