In the tutorial, it says to not keep your app in the document root  
for security reasons. Okay that makes sense. But what *does* go in  
the document root?

I generally like to do things like this this:

projects/
     foo.com/
         application/
         public/
     bar.com/
         application/
         public/

...then just configure my vhosts to serve whatever.com/public as the  
document root.

Is this a good way to do it in Django?

Thanks, Sean

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to