Avoid need for manage.py to be executable
Created by: rjw57
The executable bit doesn't survive Django's templating. Remove it from ./manage.py and modify all calls to use an explicit "python ./manage.py".
Created by: rjw57
The executable bit doesn't survive Django's templating. Remove it from ./manage.py and modify all calls to use an explicit "python ./manage.py".