Changes between Version 33 and Version 34 of ReleaseManagement
- Timestamp:
- 01/27/10 02:50:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseManagement
v33 v34 102 102 * Customisations: 103 103 * models/00_db.py 104 * migrate = False 104 {{{ 105 #migrate = True 106 migrate = False 107 108 #exec('from applications.%s.modules.sahana import *' % request.application) 109 # Faster for Production (where app-name won't change): 110 from applications.prod.modules.sahana import * 111 112 #exec('from applications.%s.modules.validators import *' % request.application) 113 # Faster for Production (where app-name won't change): 114 from applications.prod.modules.validators import * 115 }}} 105 116 * models/00_settings.py 106 117 * auth.settings.registration_requires_verification = True