Changes between Version 10 and Version 11 of DeveloperGuidelines/PrePopulate


Ignore:
Timestamp:
03/04/13 17:54:31 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/PrePopulate

    v10 v11  
    2525Use the Shipment folder as the starting point for the prepopulate.
    2626{{{
    27 deployment_settings.base.prepopulate = ["Standard"]
     27settings.base.prepopulate = ["Standard"]
    2828}}}
    2929
    3030Uses the roles to import some special roles and then the user directory which is a special directory which is external to the version control and so private data (potentially sensitive data - such as volunteer details) can be held and then imported.
    3131{{{
    32 deployment_settings.base.prepopulate = ["roles", "user"]
     32settings.base.prepopulate = ["roles", "user"]
    3333}}}
    3434