Re: Patch to get the timezone right in the settings.py on linux

2005-11-21 Thread hugo
>It's still entirely optional, it just gets set to the hosting defaults >when you use: > django-admin.py startproject blah Ok, I didn't look into the patch (google groups web interface doesn't do that nicely), so if it is only the default on startproject, that's fine with me. bye, Georg

Re: Patch to get the timezone right in the settings.py on linux

2005-11-21 Thread Brett Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hugo <[EMAIL PROTECTED]> wrote: > > >Attached is a patch against current svn (applies to 0.90 also), that > >automatically sets TIME_ZONE and LANGUAGE_CODE according to the >hosting > >system. > > Actually setting TIME_ZONE and LANGUAGE_CODE to the

Re: Patch to get the timezone right in the settings.py on linux

2005-11-21 Thread hugo
>Attached is a patch against current svn (applies to 0.90 also), that >automatically sets TIME_ZONE and LANGUAGE_CODE according to the >hosting >system. Actually setting TIME_ZONE and LANGUAGE_CODE to the settings according to the hosting system isn't "the right thing" in days where people buy c

Re: Patch to get the timezone right in the settings.py on linux

2005-11-20 Thread Tom Tobin
On 11/20/05, Brett Parker <[EMAIL PROTECTED]> wrote: > Attached is a patch against current svn (applies to 0.90 also), that > automatically sets TIME_ZONE and LANGUAGE_CODE according to the hosting > system. The best place for patches is Django's Trac: http://code.djangoproject.com/