Changes between Version 24 and Version 25 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
06/18/18 11:42:10 (7 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v24 v25  
    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. [[br]]
    48 demo data would load by default. To explicitly stop demo data from being imported during preload, in {{{models/000_config.py}}}, include the following setting
     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]][[br]]
     48'''demo''' data would load by default and to explicitly stop demo data from being imported during preload, in {{{models/000_config.py}}}, include the following setting
    4949{{{
    5050settings.base.prepopulate_demo = None