Changes between Version 12 and Version 13 of DeveloperGuidelines/Templates


Ignore:
Timestamp:
07/15/14 09:34:08 (11 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Templates

    v12 v13  
    1515This helps prevent merge conflicts between different deployment branches & hence reduces the risk of forking.
    1616
    17 == Description ==
     17== Examples ==
     18See the current templates in Sahana Eden: https://github.com/flavour/eden/tree/master/private/templates
     19
     20== Files ==
    1821Configuration is done using these files:
    1922* {{{/private/templates/000_config.py}}}
     
    3033* importing of settings from {{{/private/templates/<template>/config.py}}}
    3134* 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/templates
    3535
    3636== Prepopulate Data ==