Check out this from djangosnippets: http://djangosnippets.org/snippets/1509/

It allows you to specify multiple URLconfs and then choose which you
are going to use based on the domain name. This would mean that each
of your subdomain gets a different URLconf which sounds like what you
may be looking for.

Cheers,

Dan Harris
dih0...@gmail.com

On Jun 22, 10:59 am, Venkatraman S <venka...@gmail.com> wrote:
> On Tue, Jun 22, 2010 at 8:06 PM, M Rotch <planetra...@gmail.com> wrote:
> > I'm setting up a website with multiple subdomains, and one thing I
> > notice right away (and is expected) is that each subdomain has access
> > to all of the URLs of the website (of course some will require logins
> > still).
>
> hmmm. I think its the way you setup your apache?
>
> -V

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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