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. |
| 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 |
| 49 | {{{ |
| 50 | settings.base.prepopulate_demo = None |
| 51 | }}} |