FAQ | This is a LIVE service | Changelog

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".