Changes between Version 2 and Version 3 of ReleaseManagement


Ignore:
Timestamp:
01/20/10 21:32:38 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseManagement

    v2 v3  
    9898 * Customisations:
    9999  * models/00_db.py
     100   * migrate = False
    100101   * db = DAL('mysql://haitidev:password@localhost/haitidev', pool_size=10)
    101102  * models/00_settings.py
     
    103104   * auth.settings.registration_requires_verification = True
    104105   * auth.settings.registration_requires_approval = True
     106
     107Note 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
    105111----
    106112[wiki:Haiti]