Changes between Version 38 and Version 39 of InstallationGuidelines/Developer/PostPython
- Timestamp:
- 10/02/24 10:29:10 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Developer/PostPython
v38 v39 7 7 }}} 8 8 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: 9 Sahana now supports the web2py-2.21.2 stable releases, so you should: 12 10 13 11 {{{ 14 12 cd 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 14 git reset --hard 31905858b 26 15 git submodule update 27 16 }}}