Changes between Version 15 and Version 16 of DeveloperGuidelines/Templates


Ignore:
Timestamp:
01/05/15 08:35:23 (10 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Templates

    v15 v16  
    1616
    1717== Examples ==
    18 See the current templates in Sahana Eden: https://github.com/flavour/eden/tree/master/private/templates
     18See the current templates in Sahana Eden: https://github.com/flavour/eden/tree/master/modules/templates
    1919
    2020The {{{skeleton}}} template is designed to be copied & renamed to create new templates.
    2121== Files ==
    2222Configuration is done using these files:
    23 * {{{/private/templates/000_config.py}}}
    24 * {{{/private/templates/default/config.py}}}
    25 * {{{/private/templates/<template>/config.py}}}
     23* {{{/modules/templates/000_config.py}}}
     24* {{{/modules/templates/default/config.py}}}
     25* {{{/modules/templates/<template>/config.py}}}
    2626
    2727During the 1st run, {{{000_config.py}}} is copied to {{{models/}}}
     
    3232* machine-specific configuration (Debug, Database, SMTP, API Keys, etc)
    3333* a setting to define which template folder to run
    34 * importing of settings from {{{/private/templates/<template>/config.py}}}
     34* importing of settings from {{{/modules/templates/<template>/config.py}}}
    3535* optional local overrides to the template's settings
    3636