Browse Source

Changed used python version to python2

Felix Schultze 9 years ago
parent
commit
49838a8a27
1 changed files with 1 additions and 1 deletions
  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