[Tutor] Fw: Namespace question

2012-01-20 Thread eire1130
Sent from my Verizon Wireless BlackBerry -Original Message- From: eire1...@gmail.com Date: Fri, 20 Jan 2012 23:26:05 To: Tino Dai Reply-To: eire1...@gmail.com Subject: Re: [Tutor] Namespace question Is there any reason you broke up settings? My understanding is each app gets its own se

Re: [Tutor] Namespace question

2012-01-20 Thread Alexander
On Fri, Jan 20, 2012 at 2:42 PM, Emile van Sebille wrote: > On 1/20/2012 10:34 AM Tino Dai said... > > Hi everybody, >> >> Got a namespace question framed inside a Django project (but I >> still think it's pertinent to Python). We moved and broke settings.py >> four different files in a sep

Re: [Tutor] Namespace question

2012-01-20 Thread Emile van Sebille
On 1/20/2012 10:34 AM Tino Dai said... Hi everybody, Got a namespace question framed inside a Django project (but I still think it's pertinent to Python). We moved and broke settings.py four different files in a separate directory called settings. So instead of doing a >>> import setting

Re: [Tutor] Namespace question

2012-01-20 Thread Dave Angel
On 01/20/2012 01:34 PM, Tino Dai wrote: Hi everybody, Got a namespace question framed inside a Django project (but I still think it's pertinent to Python). We moved and broke settings.py four different files in a separate directory called settings. So instead of doing a import settings s

[Tutor] Namespace question

2012-01-20 Thread Tino Dai
Hi everybody, Got a namespace question framed inside a Django project (but I still think it's pertinent to Python). We moved and broke settings.py four different files in a separate directory called settings. So instead of doing a >>> import settings >>> settings.whatever We are having to d