Changes between Version 81 and Version 82 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/05/15 15:03:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v81 v82 29 29 Normal menus are defined in {{{modules/s3menus.py}}} 30 30 31 Custom menus are defined in {{{ private/templates/<templatename>/menus.py}}}31 Custom menus are defined in {{{modules/templates/<templatename>/menus.py}}} 32 32 === Conflict Detection === 33 33 Sahana is a multi-user system so there is a potential for multiple users to be editing the same record at once.[[BR]] … … 121 121 deployment_settings are defined in {{{models/000_config.py}}}. 122 122 123 Some settings are in database tables whose defaults are set in {{{ private/templates}}} run by {{{models/zzz_1st_run.py}}}.123 Some settings are in database tables whose defaults are set in {{{modules/templates}}} run by {{{models/zzz_1st_run.py}}}. 124 124 125 125 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.