[Answer]-Django Pinax-Project-Account github setup

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.

Leave a comment