Changes between Version 23 and Version 24 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
06/18/18 11:41:09 (6 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v23 v24  
    4545* '''regression''' - data for testing
    4646* '''roles''' - data for setting up roles for different types of permissions.
    47 The {{{modules/templates/default}}} folder contains default data which is commonly used by all instances of Sahana Eden, so you could include {{{default}}} in the {{{deployment_settings.base.prepopulate}}} list.
     47The {{{modules/templates/default}}} folder contains default data which is commonly used by all instances of Sahana Eden, so you could include {{{default}}} in the {{{deployment_settings.base.prepopulate}}} list. [[br]]
     48demo data would load by default. To explicitly stop demo data from being imported during preload, in {{{models/000_config.py}}}, include the following setting
     49{{{
     50settings.base.prepopulate_demo = None
     51}}}
    4852
    4953==== Basic Importer Jobs ====