Changes between Version 3 and Version 4 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/10/09 15:40:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v3 v4 81 81 82 82 === Settings === 83 System-wide settings have their default values set in {{{models/_db.py}}}'s {{{s hn_default}}}.83 System-wide settings have their default values set in {{{models/_db.py}}}'s {{{s3_settings}}} table. 84 84 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.85 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. 86 86 87 87 If these settings are required by all Views then can patch the session to see them in {{{models/_db.py}}}'s {{{shn_sessions()}}}.[[BR]]