Access local network locations

6 views
Skip to first unread message

Chad Vernon

unread,
Jan 7, 2013, 8:04:06 PM1/7/13
to django...@googlegroups.com
Hello!

I'm working on a local django site and I've set up a post-save signal where when an entry is initially saved, I want to copy a template directory structure somewhere.  This template directory structure lives on a local network location.  However I can't seem to access it through my local apache server running on my machine:

if not os.path.exists(kProjectTemplateDir):
    raise RuntimeError('%s does not exist' % kProjectTemplateDir)

However when I run it through a shell, I can access it just fine.  The apache server is running through my user verified through 
ps aux | grep apache

Is there a setting I need to set in django or is this an apache issue?  I'm new to both so please excuse my ignorance.

Thank you,
Chad

Chad Vernon

unread,
Jan 7, 2013, 8:24:32 PM1/7/13
to django...@googlegroups.com
Never mind.  I think it's a permissions issue.  Thanks!
Reply all
Reply to author
Forward
0 new messages