Changes between Version 33 and Version 34 of ReleaseManagement


Ignore:
Timestamp:
01/27/10 02:50:34 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseManagement

    v33 v34  
    102102 * Customisations:
    103103  * models/00_db.py
    104    * migrate = False
     104{{{
     105#migrate = True
     106migrate = False
     107
     108#exec('from applications.%s.modules.sahana import *' % request.application)
     109# Faster for Production (where app-name won't change):
     110from 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):
     114from applications.prod.modules.validators import *
     115}}}
    105116  * models/00_settings.py
    106117   * auth.settings.registration_requires_verification = True