Changes between Version 2 and Version 3 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
06/06/12 16:16:44 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v2 v3  
    3636
    3737==== Prepopulate folders ====
    38 Within the private/prepopulate there are a number of different folder:
    39 * '''default''' - data which will be needed in the deployment
    40 * '''demo''' - data which will not be prepopulated in a live deployment, but which is useful for developers.
     38Within the private/templates there are a number of different folder:
     39* '''default''' - base data, such as lookup lists, which will be needed in the production deployment
     40* '''demo''' - user data which is useful for demo or training instances
    4141* '''regression''' - data for testing
    4242* '''roles''' - data for setting up roles for different types of permissions.
    43 The {{{private/prepopulate/default/Default}}} folder contains default data which is needed by all instances of Sahana Eden, so you should always include {{{default/Default}}} in the {{{deployment_settings.base.prepopulate}}} list.
     43The {{{private/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.
    4444
    4545==== Basic Importer Jobs ====