doing some light relation-like stuff

although I spent way too much time on the server side since deciding
to add Redis as "persistence".
This commit is contained in:
Dan Buch
2012-05-18 11:18:41 -04:00
parent 28799b806f
commit bfc97737b4
11 changed files with 124 additions and 47 deletions

View File

@@ -6,4 +6,4 @@ if [ $? -ne 0 ]; then
fi
cd $(dirname $(readlink -f $0))
export PYTHONPATH="$PWD:$PYTHONPATH"
exec aspen -w ./www -a '0.0.0.0:9282'
exec aspen --changes_reload=yes -w ./www -a '0.0.0.0:9282'