Changes between Version 6 and Version 7 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
08/09/12 19:51:54 (13 years ago)
Author:
Bhaavan Merchant
Comment:

Typo correction

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v6 v7  
    1313== Methods ==
    1414=== On First Run ===
    15 The template selected in models/000_config.py will be examined to see if it conains 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 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.
    1616
    1717The 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.