Changes between Version 25 and Version 26 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
05/26/09 22:10:49 (16 years ago)
Author:
Fran Boon
Comment:

00_db.py

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v25 v26  
    105105
    106106=== Settings ===
    107 System-wide settings have their default values set in {{{models/_db.py}}}'s {{{s3_settings}}} table.
     107System-wide settings have their default values set in {{{models/00_db.py}}}'s {{{s3_settings}}} table.
    108108
    109109Upon 1st run of the system, these settings are loaded into the database from where they can subsequently be edited to configure the running instance.
    110110
    111 If these settings are required by all Views then can patch the session to see them in {{{models/_db.py}}}'s {{{shn_sessions()}}}.[[BR]]
     111If these settings are required by all Views then can patch the session to see them in {{{models/00_db.py}}}'s {{{shn_sessions()}}}.[[BR]]
    112112e.g. session.s3.debug is made available to the default {{{layout.html}}} this way.
    113113