zsh: permission denied: ./manage.py for django projects
// To give yourself execute permission for the file containing the script use the command:
chmod u+rwx filename.py
//To give other users permission to read and execute but not alter the shell script use:
chmod go+rx filename.py