Re: ./manage loaddata (fixtures) problem with postgresql

2007-04-30 Thread Michel Thadeu Sabchuk
Yep! I got the last checkout and it's working now :) sorry about that... Thanks Vinay! Best regards Michel Thadeu Sabchuk --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: ./manage loaddata (fixtures) problem with postgresql

2007-04-29 Thread Vinay Sajip
On Apr 29, 9:42 pm, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote: > Sorry by the late response, I'm too busy these days. I try to load > fixtures from xml data (instead of json data), I got the same error. I > put a sample application for download on the following address: I believe this is

Re: ./manage loaddata (fixtures) problem with postgresql

2007-04-29 Thread Michel Thadeu Sabchuk
Hi Russell! Sorry by the late response, I'm too busy these days. I try to load fixtures from xml data (instead of json data), I got the same error. I put a sample application for download on the following address: http://portaldoescritorio.com.br/testapp.tgz I wrote the model and the dump data

Re: ./manage loaddata (fixtures) problem with postgresql

2007-04-23 Thread Russell Keith-Magee
On 4/24/07, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote: > > Translating the error: postgresql tells me that there is a syntax > error next or at character 1, if I try the erroneous line in the psql > console it works without errors, I think maybe is the lack of a ";" on > a previous

./manage loaddata (fixtures) problem with postgresql

2007-04-23 Thread Michel Thadeu Sabchuk
Hi guys! I'm having troubles to load fixtures data to the database, first of all I try to dump the data: ./manage dumpdata noticias > noticias.json Then I try clear the database for the "noticias" (news) application and try to load the data: ... $ ./manage.py loaddata noticias.json Loading