Reminder: Django at PyCon 2006

2006-01-03 Thread Jacob Kaplan-Moss
Howdy -- A quick reminder: PyCon 2006 is coming up, and early-bird registration ($65 discount) is open until Jan 15th. There's a good bit of Django stuff planned, so if you can make it you should register! Here's what we've got going on: * Both Adrian and I will be giving a talk. Mine

Re: subdomain specific settings file

2006-01-03 Thread Amit Upadhyay
On 1/3/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > What do you think?I'm not sure I get it -- you want to automatically load a settingsfile based on the subdomain?  That seems a little too magic for me,especially when you can already do this just by changing DJANGO_SETTINGS_MODULE for each d

Re: subdomain specific settings file

2006-01-03 Thread Jacob Kaplan-Moss
On Jan 2, 2006, at 2:13 PM, Amit Upadhyay wrote: Djando URL resolution causes some problem with applications hosted in different subdomains. Consider www.example.com and blog.example.com. Both of them are running off the same database and share common admin, and so on, but are hosted in dif