#!/bin/bash
OLDSERVER=`ps -aef | grep 8001 | grep runserver | awk '{print $2}'`
kill ${OLDSERVER}
PYTHONPATH="/home/getzdan/myversion/django:/home/getzdan/myversion" nohup python2.4 ghestalt/manage.py runserver 0.0.0.0:8001 &
