I tried to run the Django manage.py
script with an option and got this error:
$ ./manage.py migrate
bash: ./manage.py: Permission denied
Run the script through Python:
$ python manage.py migrate
Alternatively, give the file execute permissions before executing it:
$ chmod +x manage.py
Tried with: Ubuntu 14.04