On 5/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Problem installing fixture '/home/vfoley/django/copieplus/../copieplus/ > gallery/fixtures/test_data.json': Gallery matching query does not > exist. > > Does anyone know what that means? I have other applications using > fixtures/test_data.json and there's no problem.
This suggests that test_data.json contains a foreign key reference to a Gallery object that isn't defined in the fixture. Beyond that, I can't provide any advice. Some questions to help diagnose this: - What version of Django are you running? - Under what conditions does the fixture work? What is in the database? Are there any other fixtures that have been loaded? Any manually created data? - Under what conditions does the fixture fail? - Can you provide the fixture and model file? It would help if you can trim down your fixture file to a bare minimum - i.e., remove entries one at a time until the problem goes away, and send us the maximum working and minimum non-working version. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---