Explorar el Código

modified: bin/start.sh

stucked_s hace 1 año
padre
commit
15410ca6ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/start.sh

+ 1 - 1
bin/start.sh

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