rename django-static/ into the standard plain static/
[myslice.git] / devel / server-loop.sh
index 4ff84bf..06a56ee 100755 (executable)
@@ -8,6 +8,7 @@ hostname | grep -q '^z' && port=8080 || port=80
 
 while true; do 
     ./manage.py collectstatic --noinput
+    make all-templates
     ./manage.py runserver 0.0.0.0:$port
        sleep 1
 done