On Fri, Jun 12, 2009 at 7:07 PM, Kenneth
Gonsalves<law...@thenilgiris.com> wrote:
> I always set it for VirtualHost - AFAIK the docs say to do so.

No.

The docs say to set it to the prefix under which the site is being
served. If the site is located at the root of the server -- e.g., "/"
-- then it is not being served under a prefix.

In other words, if you're running multiple things in the same server
on the same domain (maybe multiple Django projects, maybe non-Django
stuff as well), and you have Django running under some particular
location (e.g., "example.com/mydjangosite/" is Django, but
"example.com/" is not), you use django.root to indicate where it's
running.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to