Changes between Version 72 and Version 73 of DeveloperGuidelinesS3Framework
- Timestamp:
- 11/27/11 09:51:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v72 v73 126 126 127 127 === Settings === 128 System-wide settings have their default values setin {{{models/000_config.py}}}.128 deployment_settings are defined in {{{models/000_config.py}}}. 129 129 130 A few settings are still in the s3_settings table.130 Some settings are in database tables whose defaults are set in {{{models/zzz_1st_run.py}}}. 131 131 132 132 Upon 1st run of the system, these settings are loaded into the database from where they can subsequently be edited to configure the running instance. … … 136 136 137 137 If 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 141 138 === jQuery === 142 139 jQuery scripts are located in multiple places to provide for ease of maintenance & for performance gains: