Re: static content permissions

2008-02-13 Thread jonathan . lukens
Hi Michael, This is actually just about what I had in my httpd.conf, but for some reason looking at it shook loose the wax in my brain and I realized I had a broken symlink... so thank you for the help! Programming is not my day job (as is evident), but I have a project that i want to get online

Re: static content permissions

2008-02-13 Thread Michael Newman
Hey Jonathan; You are going to love that setup (I know I do). Django actually is never aware of media files. It just lets apache serve them. To set this up in your apache site configuration you should have DocumentRoot set and then for the path of you media file have a Location entry with SetHan

static content permissions

2008-02-13 Thread jonathan . lukens
Forgive my idiocy, I have just installed Ubuntu + Apache 2.2 + MySQL + mod_python + django on an old machine and am using it for development. I am having difficulty getting my stylesheets to render. If I'm not using the *bad* way of serving the static content, do I still need a view to process