Mercurial > eagle-eye
comparison ikweb/rebuild_world @ 280:b5897d63f44e
work merged
author | "Rex Tsai <chihchun@kalug.linux.org.tw>" |
---|---|
date | Tue, 02 Dec 2008 17:20:56 +0800 |
parents | 7747bbe5b68e |
children |
comparison
equal
deleted
inserted
replaced
277:cea21f99e56f | 280:b5897d63f44e |
---|---|
1 #/bin/bash | |
2 EAGLE_EYE=$HOME/lazyproject/eagle-eye | |
3 echo "setup ikariam web site." | |
4 | |
5 db_schema=$EAGLE_EYE/ikariam.sqlite | |
6 echo "load sqlite file:"$db_schema | |
7 cd ikweb | |
8 python ../tools/lazygen_model.py sqlite:///$db_schema |