Changes between Version 6 and Version 7 of MaintenanceGuidelines


Ignore:
Timestamp:
06/29/10 14:25:10 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MaintenanceGuidelines

    v6 v7  
    55 * [http://pypi.python.org/pypi/pytz/ PyTZ] will need to be updated if the system will be used in timezones which change
    66
    7 '''Note''' :
    8  1. The databases directory contains what web2py knows about your database
    9  2. You need to set Migrate=True in {{{models/000_config.py}}} before you update the code and switch back to Migrate = False later on.
    10  3. In case of database mismatches - check the databases directory for the appropriate table ( cat the file ) and change accordingly.
     7 * UserGuidelinesUpgrade
    118
    129----