Hello,

I had a running app, but yesterday started getting errors that Django
wants to find intial_data.   Was there a change in the way this works
that I could use to adjust what I do?  I have to admit to being stuck
about where to start and I would be very grateful for any hints.

It happens when I run  "/usr/local/bin/python2.6 manage.py syncdb --
noinput --verbosity=2".  I put some of the error lines, with a little
context, at the bottom of this message.  I have tried putting an empty
file in that location but the handler complains that it doesn't find
content.

I run all my steps out of a script so I am pretty sure that the
commands that I issue are unchanged.  Of course, something changed.  I
yesterday updated the Django svn, so I thought it might be that, but I
have no idea on what to do to stop the error.  (It is of course also
possible that it is one of the add-ons that I use, etc., but I note
that it starts looking for initial_data.xml in the python tree first,
long before it looks in any add-on tree.)

I am running Django out of today's svn.  Does anyone know if there is
something different that one has to do now?

Jim

----------------------------------------------------------------------------
Snip of output:

  :
Running post-sync handlers for application pkgs
Running post-sync handlers for application tinymce
Running post-sync handlers for application mptt
Loading 'initial_data' fixtures...
Checking '/usr/local/lib/python2.6/site-packages/django/contrib/auth/
fixtures' for fixtures...
Trying '/usr/local/lib/python2.6/site-packages/django/contrib/auth/
fixtures' for initial_data.xml fixture 'initial_data'...
No xml fixture 'initial_data' in '/usr/local/lib/python2.6/site-
packages/django/contrib/auth/fixtures'.
Trying '/usr/local/lib/python2.6/site-packages/django/contrib/auth/
fixtures' for initial_data.xml.gz fixture 'initial_data'...
No xml fixture 'initial_data' in '/usr/local/lib/python2.6/site-
packages/django/contrib/auth/fixtures'.
Trying '/usr/local/lib/python2.6/site-packages/django/contrib/auth/
fixtures' for initial_data.xml.zip fixture 'initial_data'...
 :
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to