Re: Manual settings and the user's environment

2006-07-12 Thread Malcolm Tredinnick
On Thu, 2006-07-06 at 11:20 +0800, Russell Keith-Magee wrote: > On 7/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: [...] > One idea that was bounced around in my conversation with the > client was > that TIME_ZONE defaults to empty (or None, preferably) and if, >

Re: Manual settings and the user's environment

2006-07-05 Thread Russell Keith-Magee
On 7/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: Wealready spend enough time helping with people with basic Apacheconfiguration; many of us would get it right, but they aren't the oneswho will be posting to the mailing lists. Do we need the extrainconvenience? True. This is a very compellin

Re: Manual settings and the user's environment

2006-07-05 Thread Malcolm Tredinnick
On Thu, 2006-07-06 at 10:11 +0800, Russell Keith-Magee wrote: > > > On 7/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > Anybody have thoughts about this? > > Thinking about it further, I am more and more inclined to go > with option > #2

Re: Manual settings and the user's environment

2006-07-05 Thread Russell Keith-Magee
On 7/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: Anybody have thoughts about this?Thinking about it further, I am more and more inclined to go with option#2: don't mess with the environment when running Django componentsembedded in another application. But I may be insane (the phrase has ce

Re: Manual settings and the user's environment

2006-07-05 Thread Malcolm Tredinnick
On Tue, 2006-07-04 at 19:08 +1000, Malcolm Tredinnick wrote: > I was having a discussion today with a client who are using Django > templates inside their own code, without using the ORM or views. > > It initially started out because they were using the old > > os.environ['DJANGO_SETTING

Manual settings and the user's environment

2006-07-04 Thread Malcolm Tredinnick
I was having a discussion today with a client who are using Django templates inside their own code, without using the ORM or views. It initially started out because they were using the old os.environ['DJANGO_SETTINGS_MODULE'] = '__main__' hack and had discovered that the timezone was be