Changes between Version 6 and Version 7 of DeveloperGuidelines/PrePopulate
- Timestamp:
- 08/09/12 19:51:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/PrePopulate
v6 v7 13 13 == Methods == 14 14 === On First Run === 15 The template selected in models/000_config.py will be examined to see if it con ains 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.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. 16 16 17 17 The 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.