[Dev-flock] new fixture error

Sean Driedger digitalecho at gmail.com
Wed Oct 10 22:46:08 EDT 2007


I don't know about Lucy & Mike, but I'm still getting the following error:
/C:\dev\tm\src>python manage.py loaddata database\db\fixtures\santa.json
Loading 'database\db\fixtures\santa' fixtures...
Installing json fixture 'database\db\fixtures\santa' from absolute path.
Problem installing fixture 'database\db\fixtures\santa.json': Article 
matching query does not exist./
/
/I've tried a few times with django versions 6269 and 6473 (current) - 
no luck.  Anything I'm missing?
  Sean

Daniel Ring wrote:
> http://code.djangoproject.com/changeset/6269
>
> Try to keep your Django checkout updated.  And - just in case - we're
> using the development version, not 0.96.  Both my Django checkout and
> the one on the server are kept within a day or two of current ...
> differences in revision like this won't often cause problems, but it's
> good to rule it out preemptively.
>
> If updating Django doesn't fix it, let me know.
>
> Dan
>
>
> Mike Eggar wrote:
>   
>> I get something similar,
>> Installing json fixture 'database/db/fixtures/santa' from absolute path.
>> Problem installing fixture 'database/db/fixtures/santa.json':
>> on_create() takes exactly 5 non-keyword arguments (4 given)
>>
>>
>>     
>>> I think you just need to loaddata:
>>>
>>>   lucy at snoopy ~/Projects/Workspace/ThoughtAndMemory/trunk/web/src
>>>   $ ./manage.py loaddata database/db/fixtures/santa.json
>>>
>>> but I get this error:
>>>
>>>   Loading 'database/db/fixtures/santa' fixtures...
>>>   Installing json fixture 'database/db/fixtures/santa' from absolute
>>> path.
>>>   Problem installing fixture 'database/db/fixtures/santa.json':
>>> Article matching query does not exist.
>>>
>>> after doing a reset and sync first.
>>>
>>> On Wed, 10 Oct 2007, Mike Eggar wrote:
>>>
>>>       
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/dev-flock/attachments/20071010/934d64e6/attachment.htm


More information about the Dev-flock mailing list