<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I don't know about Lucy &amp; Mike, but I'm still getting the following
error:<br>
<i>C:\dev\tm\src&gt;python manage.py loaddata
database\db\fixtures\santa.json<br>
Loading 'database\db\fixtures\santa' fixtures...<br>
Installing json fixture 'database\db\fixtures\santa' from absolute path.<br>
Problem installing fixture 'database\db\fixtures\santa.json': Article
matching query does not exist.</i><br>
<i><br>
</i>I've tried a few times with django versions 6269 and 6473 (current)
- no luck.&nbsp; Anything I'm missing?<br>
&nbsp; Sean<br>
<br>
Daniel Ring wrote:
<blockquote cite="mid:470C561B.4090309@mit.edu" type="cite">
  <pre wrap=""><a class="moz-txt-link-freetext" href="http://code.djangoproject.com/changeset/6269">http://code.djangoproject.com/changeset/6269</a>

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:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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)


    </pre>
    <blockquote type="cite">
      <pre wrap="">I think you just need to loaddata:

  lucy@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:

      </pre>
    </blockquote>
  </blockquote>
  <pre wrap="">
  </pre>
</blockquote>
</body>
</html>