1👍
✅
You don’t need to do that, as Windows has no executable bit. Instead of running
./manage.py whatever
just run
python manage.py whatever
making sure that python.exe
is on your PATH
.
Source:stackexchange.com