Changes between Version 38 and Version 39 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
10/02/24 10:29:10 (3 weeks ago)
Author:
Fran Boon
Comment:

web2py-2.21.2

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v38 v39  
    77}}}
    88
    9 ~~As of 2017-09-13 Sahana does not support web2py 2.15.* - you need to revert to web2py-2.14.6.~~
    10 
    11 (2018-01-22) Sahana now supports both web2py-2.14.6 (#cda35fd) and web2py-2.16.1 (!#7035398) stable releases, so you can either:
     9Sahana now supports the web2py-2.21.2 stable releases, so you should:
    1210
    1311{{{
    1412cd web2py
    15 # Reset to web2py-2.14.6
    16 git reset --hard cda35fd
    17 git submodule update
    18 }}}
    19 
    20 or (recommended):
    21 
    22 {{{
    23 cd web2py
    24 # Reset to web2py-2.16.1
    25 git reset --hard 7035398
     13# Reset to web2py-2.21.2
     14git reset --hard 31905858b
    2615git submodule update
    2716}}}