Re: init fails

2005-11-23 Thread Adrian Holovaty
On 11/23/05, David Ascher <[EMAIL PROTECTED]> wrote: > I've had the same problem in cases when I forget to use named parameters to > my FloatFields, which then generates invalid SQL with "None" in it. That's > a bug, IMO. I may even try to fix it =). As of changeset 1314 (http://code.djangoproj

Re: init fails

2005-11-23 Thread David Ascher
On 11/23/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: On Wednesday 23 Nov 2005 2:46 pm, Kenneth Gonsalves wrote:> hi> i have a working django app. i did an svn checkout of the app> into another machine. When i try to run init, i am getting this> error: >> Error: The database couldn't be initial

Re: init fails

2005-11-23 Thread Kenneth Gonsalves
On Wednesday 23 Nov 2005 2:46 pm, Kenneth Gonsalves wrote: > hi > i have a working django app. i did an svn checkout of the app > into another machine. When i try to run init, i am getting this > error: > > Error: The database couldn't be initialized. > name 'true' is not defined > this is with p

init fails

2005-11-23 Thread Kenneth Gonsalves
hi i have a working django app. i did an svn checkout of the app into another machine. When i try to run init, i am getting this error: Error: The database couldn't be initialized. name 'true' is not defined this is with postgres - any clues? -- regards kg http://www.livejournal.com/users/law