Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #permission #django #projects
ADD COMMENT
Topic
Name
5+2 =