Changes between Version 2 and Version 3 of ReleaseManagement
- Timestamp:
- 01/20/10 21:32:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseManagement
v2 v3 98 98 * Customisations: 99 99 * models/00_db.py 100 * migrate = False 100 101 * db = DAL('mysql://haitidev:password@localhost/haitidev', pool_size=10) 101 102 * models/00_settings.py … … 103 104 * auth.settings.registration_requires_verification = True 104 105 * auth.settings.registration_requires_approval = True 106 107 Note that UAT & Dev have different Web2Py instances so that: 108 * We can trial different Web2Py versions on Dev 109 * Crontab can be separately enabled/disabled 110 * Sessions are not common between instances 105 111 ---- 106 112 [wiki:Haiti]