thanks, chmod 755 fastparqsite/manage.py fixed my problem but wont this be a security issue if i am allowing anyuser to write to my file?
On Tuesday, May 15, 2012 2:08:21 PM UTC+1, Keenan wrote: > > hi, > > a. may want to check the first line of manage.py > ensure it doesn't hardcode the location of python > #!/usr/bin/env python > > b. also make sure it is executable > chmod 755 fastparqsite/manage.py > (and commit it) > > c. add python to the command? > heroku run python fastparqsite/manage.py > > > Just a few ideas > > Good luck > > On Tuesday, May 15, 2012 at 7:27 AM, psychok7 wrote: > > hi there, up until yesterday everything seemed to work fine, but today i > did a commit and when i try to run "heroku run fastparqsite/manage.py shell > " i get a : > > sh: fastparqsite/manage.py: Permission denied > > how can i fix this?? i can still push to my heroku without any problems > > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
