Changes between Version 12 and Version 13 of DeveloperGuidelines/Templates
- Timestamp:
- 07/15/14 09:34:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Templates
v12 v13 15 15 This helps prevent merge conflicts between different deployment branches & hence reduces the risk of forking. 16 16 17 == Description == 17 == Examples == 18 See the current templates in Sahana Eden: https://github.com/flavour/eden/tree/master/private/templates 19 20 == Files == 18 21 Configuration is done using these files: 19 22 * {{{/private/templates/000_config.py}}} … … 30 33 * importing of settings from {{{/private/templates/<template>/config.py}}} 31 34 * optional local overrides to the template's settings 32 33 == Examples ==34 See the current templates in Sahana Eden: https://github.com/flavour/eden/tree/master/private/templates35 35 36 36 == Prepopulate Data ==