瀏覽代碼

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