Browse Source

Start script fix

- "\" changed to "/" in venv activation line
TonyKurts 7 months ago
parent
commit
b995ad7e76
1 changed files with 1 additions and 1 deletions
  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