Browse Source

Fixed bin/start.sh

TonyKurts 1 năm trước cách đây
mục cha
commit
9b7800a67d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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