Forráskód Böngészése

Changed used python version to python2

Felix Schultze 9 éve
szülő
commit
49838a8a27
1 módosított fájl, 1 hozzáadás és 1 törlés
  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