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 initialized.
> name 'true' is not defined
>  this is with postgres - any clues?

ok - solved, that was a syntax error in my model

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 =).

--david

Reply via email to