I just organize them like I have always organized my projects (before django, not web related, etc...):
/projects_root/client/project_ref/files All necesary files are given appropiate permissions and symlinked to some path like /var/www/someproject or so, to be in a "nice best practice-place", so I don't end up with apache reading all over the place, and to know where to look when something goes wrong. In production, I keep everything under /var/www/django, though I rarely use a server for more than 1 site. When it's a dedicated box for "that one site", everything's just fine under the document root. You might want to have a look at the LFS (Linux Filesystem Standard), which describes the folders you usually find on a linux distro and the kind of content they should have. Kind regards, Chris Hoeppner www.pixware.org El Saturday 07 July 2007 21:32:41 J.P. Cummins escribió: > Hey Everyone, > > What is the proper location for projects and applications on a *nix system? > The online documentation creates a 'poll' application in the project > directory. To me, that seems really....bad. Is it the best practice? > > For my projects, I use the following folder structure: > > /home/django/apps > /app1 > /app2 > /home/django/projects > /project1 > /project2 > > Between the documentation, mailing list, and blogs, I've seen many > different configurations. What is the best folder structure and why? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---