Changes between Version 8 and Version 9 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
09/27/12 09:22:31 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v8 v9  
    1313== Methods ==
    1414=== On First Run ===
    15 The template selected in models/000_config.py will be examined to see if it contains a config.py. If it does then that file's {{{settings.base.prepopulate}}} is used to control prepopulate, unless overridden in models/000_config.py.
     15The template selected in {{{models/000_config.py}}} will be examined to see which template to load:
     16http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Templates
     17
     18The template's {{{config.py}}}'s {{{settings.base.prepopulate}}} is used to control prepopulate, unless overridden in models/000_config.py.
    1619
    1720The setting is a list of directory names and will import data from a number of CSV files. The directories must be in the private/templates directory tree and must include a file called tasks.cfg.