소스 검색

Start script fix

- "\" changed to "/" in venv activation line
TonyKurts 1 년 전
부모
커밋
b995ad7e76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/start.sh

+ 1 - 1
bin/start.sh

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