Changes between Version 6 and Version 7 of DeveloperGuidelines/DeploymentSettings


Ignore:
Timestamp:
01/05/15 14:58:38 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/DeploymentSettings

    v6 v7  
    1414  * eg. {{{def get_auth_registration_requests_mobile_phone(self):}}}
    1515 1. Add the Deployment Settings to {{{models/000_config.py}}}.
    16  1. Because {{{models/000_config.py}}} is not included in the git repo, you will also need to add the same Deployment Settings to {{{private/templates/000_config.py}}}
     16 1. Because {{{models/000_config.py}}} is not included in the git repo, you will also need to add the same Deployment Settings to {{{modules/templates/000_config.py}}}
    1717 1. Use the Deployment Settings in your code!
    1818