Re: Question regarding subdomains of a single project

2010-06-23 Thread Micky Hulse
> Check out this from djangosnippets: http://djangosnippets.org/snippets/1509/ > It allows you to specify multiple URLconfs and then choose which you > .. Anyone know if the ticket mentioned in the comments (#5034) of the above djangosnippet has been resolved? -- You received this message be

Re: Question regarding subdomains of a single project

2010-06-22 Thread orokusaki
Oh my god! Thanks Dan. I didn't know you could do this. That is absolutely perfect. Mark On Jun 22, 9:38 am, Dan Harris wrote: > 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

Re: Question regarding subdomains of a single project

2010-06-22 Thread Dan Harris
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 lookin

Re: Question regarding subdomains of a single project

2010-06-22 Thread Venkatraman S
On Tue, Jun 22, 2010 at 8:06 PM, M Rotch 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