Changes between Version 75 and Version 76 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
03/05/12 11:26:12 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v75 v76  
     1= Sahana Eden Framework =
    12[[TOC]]
    2 = Sahana Eden Framework =
    33
    44We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]]
     
    3333We use Web2Py's FORM to handle this for us.
    3434
    35 Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{models/module.py}}}):
     35Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{modules/eden/module.py}}}):
    3636
    3737
     
    120120deployment_settings are defined in {{{models/000_config.py}}}.
    121121
    122 Some settings are in database tables whose defaults are set in {{{models/zzz_1st_run.py}}}.
     122Some settings are in database tables whose defaults are set in {{{private/prepopulate}}} run by {{{models/zzz_1st_run.py}}}.
    123123
    124124Upon 1st run of the system, these settings are loaded into the database from where they can subsequently be edited to configure the running instance.