Ok, so I started from scratch and it was permissions problems as you guessed. The folders and files did not have group read or execute permissions. Everything was defaulting to drwx------ for directories and -rw------- for files when uploaded via FTP. Is this normal behavior? Or is this something to do with my system? Is there any way to make my system create the desired permissions by default?
Either way its all working now so Im happy :-) Thanks for any help, Dana On Oct 15, 8:43 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-15 at 20:16 -0700, D. Woodman wrote: > > Hi Malcolm, > > > Sorry about restating my FTP question, I missed the top part of your > > reply. I in no way wanted you to play remote sys admin, just thought > > there may have been something I missed about FTP. > > > Since this is a personal server, I don't have any sys admin to save > > the day :) > > Well, if it's a personal server with no other users on there but you, > just letting everybody (the "other" section) have read permissions on > settings.py won't hurt. So that will at least allow you to make > progress. > > Regards, > Malcolm > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

