Changes between Version 18 and Version 19 of DeveloperGuidelines/Templates
- Timestamp:
- 11/03/15 09:03:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Templates
v18 v19 60 60 {{{modules/templates/MY_TEMPLATE/config.py}}}: 61 61 {{{ 62 def config( ):62 def config(settings): 63 63 from templates.OTHER_TEMPLATE.config import config as OTHER_config 64 OTHER_config( )64 OTHER_config(settings) 65 65 settings.base.system_name = T("Other System Name") 66 66 settings.base.system_name_short = T("Other Short System name")