you are right, its the source code i checked into git and 
users don't have access to write on it, i got myself confused for a moment.

thanks for the tip

On Tuesday, May 15, 2012 7:04:28 PM UTC+1, Keenan wrote:
>
> Hi,
>
> Not sure if I understand what you are asking.
>
> I assumed this was source code that you checked into git.
> And you want to run your script.
>
> I also assume that while web users may upload files to a temp directory or 
> something, the are not be able to modify any of your website code.
>
>
> Are you running code that any random person uploaded to your site?
> That would be a very bad security risk.
>
> The vast majority of the time you would be trying to prevent users from 
> writing to any of your scripts.
>
> —Keenan
>  
> On Tuesday, May 15, 2012 at 10:14 AM, psychok7 wrote:
>
> 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
> heroku+unsubscr...@googlegroups.com
> 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
> heroku+unsubscr...@googlegroups.com
> 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
heroku+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en_US?hl=en

Reply via email to