Changes between Version 3 and Version 4 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
01/10/09 15:40:34 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v3 v4  
    8181
    8282=== Settings ===
    83 System-wide settings have their default values set in {{{models/_db.py}}}'s {{{shn_default}}}.
     83System-wide settings have their default values set in {{{models/_db.py}}}'s {{{s3_settings}}} table.
    8484
    85 Upon 1st run of the system, these settings are pulled into the default_setting table in the database from where they can susequently be edited to configure the running instance.
     85Upon 1st run of the system, these settings are loaded into the database from where they can subsequently be edited to configure the running instance.
    8686
    8787If these settings are required by all Views then can patch the session to see them in {{{models/_db.py}}}'s {{{shn_sessions()}}}.[[BR]]