Explorar el Código

Changed used python version to python2

Felix Schultze hace 9 años
padre
commit
49838a8a27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      startDev.sh

+ 1 - 1
startDev.sh

@@ -33,7 +33,7 @@ if([ `ps aux | grep  "$djangoCommand" | wc -l` -eq 1 ]); then
     fi
 
     echo "starting django server in another xterm window"
-    xterm -e "python3 manage.py runserver $remoteVar" &
+    xterm -e "python2 manage.py runserver $remoteVar" &
 else
     echo "django is running, though not starting"
 fi