Changes between Version 6 and Version 7 of DeveloperGuidelines/DeploymentSettings
- Timestamp:
- 01/05/15 14:58:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/DeploymentSettings
v6 v7 14 14 * eg. {{{def get_auth_registration_requests_mobile_phone(self):}}} 15 15 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}}} 17 17 1. Use the Deployment Settings in your code! 18 18