Changes between Version 10 and Version 11 of Releases/Indico0.97.0
- Timestamp:
- 03/02/10 11:05:52 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Releases/Indico0.97.0
v10 v11 22 22 == Migration == 23 23 24 == from Git repo == 25 26 After installing, please run the following command line from a terminal: 27 28 {{{ 29 PYTHONPATH=/path/to/your/indico/dir/ python -c "from MaKaC.common.db import DBMgr; \ 30 DBMgr.getInstance().startRequest(); from MaKaC.modules.base import ModulesHolder; \ 31 del ModulesHolder()._getIdx()['upcoming_events']; DBMgr.getInstance().endRequest()" 32 }}} 33 24 34 === from 0.96.2 === 25 35
