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".
GitLab will be updated on 12-Feb-2026 between 12:00 and 14:00. There may be small periods of service instability.
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".