Changes between Version 18 and Version 19 of DeveloperGuidelines/Templates


Ignore:
Timestamp:
11/03/15 09:03:24 (9 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Templates

    v18 v19  
    6060{{{modules/templates/MY_TEMPLATE/config.py}}}:
    6161{{{
    62 def config():
     62def config(settings):
    6363    from templates.OTHER_TEMPLATE.config import config as OTHER_config
    64     OTHER_config()
     64    OTHER_config(settings)
    6565    settings.base.system_name = T("Other System Name")
    6666    settings.base.system_name_short = T("Other Short System name")