enabled django-staticfiles and added logo
[myslice.git] / devel / server-loop.sh
index e75ec32..9c9d727 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 DIRNAME=$(dirname $0)
-cd $DIRNAME
+cd $DIRNAME/..
 
 # default port : if hostname starts with z -> use 8080 ; otherwise take 80
 hostname | grep -q '^z' && port=8080 || port=80