Changes between Version 75 and Version 76 of DeveloperGuidelinesS3Framework
- Timestamp:
- 03/05/12 11:26:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v75 v76 1 = Sahana Eden Framework = 1 2 [[TOC]] 2 = Sahana Eden Framework =3 3 4 4 We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]] … … 33 33 We use Web2Py's FORM to handle this for us. 34 34 35 Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{mod els/module.py}}}):35 Add the {{{timestamp}}} reusable field to each table which needs protecting (in {{{modules/eden/module.py}}}): 36 36 37 37 … … 120 120 deployment_settings are defined in {{{models/000_config.py}}}. 121 121 122 Some settings are in database tables whose defaults are set in {{{ models/zzz_1st_run.py}}}.122 Some settings are in database tables whose defaults are set in {{{private/prepopulate}}} run by {{{models/zzz_1st_run.py}}}. 123 123 124 124 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.