Ver Fonte

Fixed bin/start.sh

TonyKurts há 1 ano atrás
pai
commit
9b7800a67d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/start.sh

+ 1 - 1
bin/start.sh

@@ -2,7 +2,7 @@
 
 #cd <path to project>
 
-venv\bin\activate
+source venv\bin\activate
 
 python manage.py makemigrations
 python manage.py migrate