reinstate the original messages mode in addition to the new popup-based one
[myslice.git] / devel / server-loop.sh
index 9c9d727..4ff84bf 100755 (executable)
@@ -7,5 +7,7 @@ hostname | grep -q '^z' && port=8080 || port=80
 [[ -n "$@" ]] && port=$1
 
 while true; do 
+    ./manage.py collectstatic --noinput
     ./manage.py runserver 0.0.0.0:$port
+       sleep 1
 done